/* Here, define the styles for the rollovers using CSS. The on style
   will be displayed when the mouse is over the rollover, and the off
   style at any other time.*/
.on  {
	font-size : 16;
	text-decoration : underline;
	color : Black;
	background-color : #ccffff;
}

.off  {
	font-size : 16;
	text-decoration : none;
	color : black;
}

A  {
	font-size : small;
	font-family : fantasy;
	font-style : normal;
	color : Teal;
	text-align : left;
	text-indent : 8;
	margin-left : 5;
	margin-right : 5;
	margin-top : 2;
	margin-bottom : 2;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	border-bottom-width : thin;
	border-width : thin;
	border-color : Aqua;
	border-style : ridge;
	float : none;
	list-style-type : disk;
	list-style-position : inside;
	list-style : outside;
	clip : auto;
	height : auto;
	width : auto;
	left : auto;
	top : auto;
	position : static;
	visibility : visible;
}

