body
{
	font-size: small;
	color: white;
	font-family: Verdana, Arial;
}

.Rockwell
{
	font-size: small;
	color: white;
	font-weight: bold; 
	font-family: Rockwell Extra Bold;
}

.li
{ 
	list-style: square;
	list-style-type: circle;
}

.statusBar
{
	font-size: smaller;
	color: white;
	font-family: Verdana;
}

#footer{
color: #000000;
font-size: 10px;
}

#footer a, a:visited, a:active{
color: #000000;
text-decoration: underline
}

#footer a:hover{
color: #888888;
text-decoration: underline;
background-color: #FFFFFF; 
}

A:visited  {color: #FFFFFF; text-decoration: underline}
A:link  {color: #FFFFFF; text-decoration: underline}
A:active  {color: #C0FFC0; text-decoration: none}
A:hover   {cursor: crosshair; color: #C0FFC0; background-color: lightslategray; text-decoration: none}
