body { background-color: palegoldenrod; }
table { background-color: White; }
a:link {text-decoration: underline; color: #003399;}
a:hover {text-decoration: none; color: #cc0000;}
a:visited {text-decoration: underline; color: #666666;}
a:active {text-decoration: none; color: #0000cc;}
a.white_sm:link {text-decoration: underline; color: #ffffff; font-size: .7em;}
a.white_sm:hover {text-decoration: none; color: #000000; font-size: .7em;}
a.white_sm:visited {text-decoration: underline; color: #ffffcc; font-size: .7em;}
a.white_sm:active {text-decoration: none; color: #ffffcc; font-size: .7em;}
td {font-family: Arial, Verdana, Helvetica, sans-serif; color: #000000;}
.headline {color: #333333; font: italic 800 large "Times New Roman", Times, serif;}
.text {color: #000000; font-size: .8em;}
.text_sm {color: #000000; font-size: .7em;}
.project {color: #003399; font: italic .8em "Times New Roman", Times, serif;}
.orange {color: #000000; font-size: .8em; background-color: #ff9933;}
.orange_li {color: #000000; font-size: .8em; background-color: #FFE18F;}
.black {background-color: #000000;}
.poem {color: #B75B00; font: italic "Times New Roman", Times, serif;}
.current {color: #000000;font-weight: bold;}
.done{color: #000000;font-style: normal;}
.notyet{color: #cccccc;}
.subMenu
	{
		BORDER-RIGHT: black thin solid; 
		BORDER-TOP: black thin solid; 
		BORDER-LEFT: black thin solid; 
		BORDER-BOTTOM: black thin solid;
	}
div.float {
  float: left;
  width: 120px;
  padding: 10px;
  }
  
div.float p {
   text-align: center;
   }
   
div.year 
{
	font-weight:bold;
	color: White;
	background-color: #003399;
}