body {font-family: Georgia, "Times New Roman", Times, serif; font-size: 100%;}

#month 
   {
   font-size: 15px; font-weight: bold;
   font-family:Helvetica; color: red;
   }

#day 
   {
   font-size: 22px; font-weight: bold;
   font-style: italic; color: brown;
   }

h1 
   {
   color: #C43322; font-family: "Times New Roman", Times, serif;
   font-style: italic; font-size: 3.6em; 
   }

h2 
   {
   color: #bf8a44; font-size: 2.4em;
   font-family: "Times New Roman", Times, serif; font-style: italic;
   }

h4 
   {
   width: 210px; background-color: #F5EBF9;
   padding: 5px; border-top-width: 2px;
   border-bottom-width: 2px; border-top-style: dotted;
   border-bottom-style: dotted; border-top-color: #FF0000;
   border-bottom-color: #FF0000; font-size: 1.2em;
   color: #552200;
   }

img {border: none;}
			 
a:link {color: #557C2B; text-decoration: none;}     //unvisited link
a:visited {color: #83A956; text-decoration: none;}  //visited link
a:hover {color: #821115; text-decoration: none;}   //mouse over link
a:active {color: #577E2D; text-decoration: none;}   // selected link

#navcontainer { }

#navcontainer ul
   {
   list-style-type: none; font-weight: bold;
   }

#navcontainer a
   {
   display: block; padding-top: 17px;
   padding-left: 37px; width: 182px;
   background-color: #DCE3ED; border-bottom: 1px solid #eee;
   background-image: url(images/menu.png);
   background-repeat: repeat-x;
   height: 27px;
   }


#navcontainer a:link, #navlist a:visited
   {
   font-size: 1.0em;
   font-family: "Helvetica";
   color: brown;
   text-decoration: none;
   }

#navcontainer a:hover 
   {	
   background: url(images/menu.png) 0 -45px; color: #562930;
   }


