a:link
{
	color: rgb(0,64,192); 
}
a:visited
{
	color: rgb(0,128,64); 
} 
a:active 
{
	color: rgb(0,192,192);
}

body
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: rgb(0,64,64);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
