body {
	background-color: #64845d;
	margin: 0px;
	padding: 0px;
}

 
td, tr
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	text-decoration		: none;
	font-size			: 13px;
}

a:link, a:visited, a:active 
{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	font-size: 13px;
	color: #f2f2f2;
	text-decoration: underline;
}

td.title
{
	font-size: 26px;
	color: #FFFFFF;
}

.border
{
	border: 4px solid #99aa8f;
}

