<style>
a:link
{
	color: rgb(0,100,102); 
}
a:visited
{
	color: rgb(102,102,53); 
} 
a:active 
{
	color: rgb(04,102,51);
}
body
{
	background-color: rgb(219, 197, 166);
	color: rgb(100,0,0);
}
table
{
	table-border-color-light: rgb(192,192,192);
	table-border-color-dark: rgb(128,128,128); 
}
p
{
	color: rgb(0,0,0);
	font-size: 12pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
}
h1
{
	color: rgb(0,0,0);
	font-size: 14pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
}
h2
{
	color: rgb(0,0,0);
	font-size: 16pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
}
</style>.
