BODY
{
	color: brown;
	font-family: Arial;
	text-decoration: none;
}
A:active
{
	color: brown;
	font-family: Arial;
	text-decoration: none;
}
A:hover
{
	font-weight: bold;
	text-transform: uppercase;
	color: brown;
	font-style: italic;
	font-family: Arial;
}
A:link
{
	color: brown;
	font-family: Arial;
	text-decoration: none;
}
A:visited
{
	color: brown;
	font-family: Arial;
	text-decoration: none;
}
