BODY {
        font-family : "comic-sans";
	color : #0080C0
	}

A:link {
	background-color : transparent;
	color: #9370DB;
	text-decoration : none;

}

A:VISITED {
	background-color : transparent;
	color : Purple;
	text-decoration : none
}

A:HOVER{
	background-color : transparent;
	color: Blue;
	text-decoration : none
}


.MENU {
	font-family : "Verdana, Arial";
	font-size : smallest;
	background-color : transparent;
	color : White;
	text-decoration : none
	}
A:link.MENU {
	font-family : "Verdana, Arial";
	font-size : small;
	background-color : transparent;
	color: #9999FF;
	text-decoration : none;
}

A:VISITED.MENU {
	font-family : "Verdana, Arial";
	font-size : small;
	background-color : transparent;
	color : #9999FF;
	text-decoration : none
}

A:HOVER.MENU{
	background-color : transparent;
	color: yellow;
	text-decoration : none
}

