body
{
	font-family: Arial;
	font-size: 12px;
	color: white;
	background-image: url(/images/topbg.jpg);
	background-repeat: repeat-x
}

a:link
{
	text-decoration: none;
	color: #FFFF99;

}
a:hover
{
	text-decoration: none;
	color: #BB0000;
}
a:visited
{
	text-decoration: none;
	color: #FFFF99;
}

a.copy:link
{
	color: black;
}
a.copy:hover
{
	color: black;
}
a.copy:visited
{
	color: black;
}
