a:link
{
	color: rgb(102,153,0); 
}
a:visited
{
	color: rgb(102,153,0); 
} 
a:active 
{
	color: rgb(102,153,0);
}
body
{
	background-color: rgb(102,153,0);
	text-align: center;
}

p
{
	font-family: Times New Roman, Times;
	font-size: 9pt;
	color: rgb(153,102,51);
	margin-top: 0; 
	margin-bottom: 0;

}
h1
{
	font-family: Times New Roman, Times;
	font-size: 18pt;
	color: rgb(153,102,51);
	margin-top: 10; 
	margin-bottom: 20;

}
td
{
	font-family: Times New Roman, Times;
	font-size: 9pt;
	color: rgb(153,102,51);
	text-align: center;
}