// s w o o p s . s t y l e s h e e t

body {}

a:link
{	color: black;
	text-decoration: none;
}

a:visited
{	color: #666666;
	text-decoration: none;
}

a:hover
{	color: blue; 
	text-decoration: none;
}




a.email
{	color: #CC9999;
}

a:hover.email
{	color: white;
}




td
{	color:black;
	font: 10pt arial;
}

td.menu
{	font-size: 8pt;
}
