BODY
{
    FONT-FAMILY: Calisto MT, Serif;
    FONT-SIZE: 1em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}



.MenuLink:link
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: .8em;
	color: white;
	text-decoration: none;
}	

.MenuLink:visited
{
	color: #ff00ff;
	text-decoration: none;
}	

.MenuLink:active	{	
	text-decoration:	none;
	color:	#ff00ff;
	}	

.MenuLink:hover
{
	color: white;
	text-decoration: underline;
}

.URLLink:link	
{
	color: white;	
	text-decoration:	underline;
	}	

.URLLink:visited	{	
	text-decoration:	underline;
	}	

.URLLink:active	{	
	text-decoration:	underline;
	}	

.URLLink:hover
{
	color: #ff00ff;
	text-decoration: underline;
}




