ADDRESS
{
	color: yellow;
	font-style: normal;
	font-family: 'Comic Sans MS' , Arial;
	background-color: navy;
}
BODY
{
	/* background: url(images/header2.gif) #efe3c5 no-repeat center top; 
	*/
	background-color: beige
}


A:link
{
	color: white;
	text-decoration: none;
}
A:active
{
	color: yellow;
}

A:visited
{
	color: white;
	text-decoration: none;
}

A:hover
{
	color: red;
}

