BODY   {
	color: white;
	font-size:  x-small;
	font-family: Arial, Helvetica, sans-serif;
	margin-top : 0 0 0 0;
	background-color: #4F5090;
}

A:LINK { display: block; 	text-decoration : none;}
A:HOVER  {  display: block;   color: yellow; text-decoration: underline; }
A:VISITED { display: block;  color: #FFFFCC; text-decoration : none; }
A:ACTIVE { display: block;  color: #FFFFCC; text-decoration: underline;  }



#fat {font-size: 12px; 	font-weight: bold; }
A#fat {
	font-weight: bold;
	color: #000000;
	background-color: #FFFF99;
	margin: 3 0 3 0;
	padding: 3 0 3 3;
}
A:HOVER#fat {	color: #000000; background-color: #FFFF99;	margin: 3 0 3 0;	padding: 3 0 3 3;  text-decoration:underline; }

#fatbold {
	font-size: 12px;
}
A#fatbold {
	color: White;
	background-color: 660000;
	margin: 1 0 1 0;
	padding: 1 0 1 3;
}
A:HOVER#fatbold { margin: 1 0 1 0;	padding: 1 0 1 3;  text-decoration:underline; }

A:LINK#menusub, A:HOVER#menusub, A:VISITED#menusub  {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	background-color: White;
	margin: 1 0 1 0;
	padding: 1 0 1 3;
}
A:LINK#menusubsub, A:HOVER#menusubsub, A:VISITED#menusubsub  {
	font-size: 10px;
	color: #660000;
	background-color: White;
	margin: 1 0 1 0;
	padding: 1 3 1 10;
}
A:HOVER#menusubsub, A:HOVER#menusub {
	text-decoration: underline;
	color: Maroon;
}

H4 {
	font-size: x-small;
	font-weight: 500;
	color: #000000;
	background-color: #E0FFFF;
	margin: 3 0 2 0;
	padding: 3 0 2 3;
}
	
