
body {
	margin: 20px 0 0 60px;
	padding: 0;
	background: #B8C79A;
	color: #4A391E;
	font-family: "Book Antiqua","Times New Roman", Times, serif;
	font-size: medium;
	background-image : url(../graphics/bg1.jpg);
}


A {
	color: #495430;
	font-family: "Book Antiqua","Times New Roman", Times, serif;
	text-decoration: underline;
	font-weight : bold;
} 

A:link		{ color: #495430; } 
A:visited	{ color: #6A522A; } 
A:active	{ color: Lime; } 
A:hover		{ color: Green; } 


table {
	font-family:"Book Antiqua","Times New Roman", Times, serif;
	font-size: medium;
}

table.layout {
   border: 0 px solid #495430;
}

table.content {
	background: #d5dfc1;
	color: #495430;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right : 10px;
	margin: 0px;
	border: 0 px solid #495430;
}

td.sidebar {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

ul {
    margin-left: 0;
    padding-left: 5px;
    padding-top: 0;
    margin-top: 1px;
}

li {
    margin-left: 12px;
    padding-bottom: 5;
}

font {
	font-size: x-small;
	color: #4A391E;
}

font.instructions {
    font-size: x-small;
    color: #495430;
}
