

BODY {
	background-color: #ABA89A;
}

A:link  {
	color: Silver;
	font-weight: bold;
	text-decoration: none;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

A:visited  {
	color: Silver;
	font-weight: bold;
	text-decoration: none;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
} 

a:hover {
	color: Yellow;
	text-decoration: underline;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
			  
</style>

