A:link, A:visited, A:active
{
	font-family: 'Comic Sans MS' , Sans-Serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: white;
	background-color: transparent;
	text-decoration: none;
}
A:hover
{
	color: yellow;
}

body
{
	margin-top: 0px;
	background-image: url(images/backtop.JPG);
	background-color: #c7c7cf;
}

