BODY {
	color: Black;
	background-color: #DFDFFF;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: normal;
	font-size: medium;
}
.subhead {
	font-size: smaller;
	color: Black;
	text-decoration: none;
	font-weight: normal;
}

.selected {
	background-color: Yellow;
	font-size: 11pt;
	font-weight: bold;
	color: Red;
   text-align: center;
	width: 190px;
	text-decoration: none;
}

.normal {
	background-color: #004080;
	font-size: 11pt;
	font-weight: bold;
	color: White;
	text-align: center;
	width: 190px;
}
.links {
	text-decoration: underline;
	font-weight: bold;
	color: #004080;
}
.yellow {
	color: Yellow;
	background: transparent;
}
A	{ text-decoration: none; 
   color: white; 
	background-color: #004080;
     }
A:hover 	{ color: Red; 
     background: Yellow; 
	  text-decoration: none; }
