body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #272424;
	margin-left : 20px;
	margin-right : 0px;
	margin-top : 0px;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
		
}

td   {	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #3c5816;
}
.subtitle {
	color: #3c5816;
	font-size : 15px;
	font-weight: bold;
}

/* links */

a {
	color: #3c5816;
	text-decoration:none;
}

a:hover {
	color: #f4c10a;
	font-style:italic;	
	text-decoration:underline;
}

