body { 
   color: black; 
   background: #333333; 
   margin-top: 1%; 
   
}

h1{ 

    font-family: "comic sans ms"; 
    font-size: 9pt; 
    font-style: italic;
    color: #cc3333;

}
 

P{ 
    font-family: "Comic Sans MS"; 
    font-size: 9pt;
       
}

P.current { 
      font-family: "comic sans ms";  
      color: #cc3333; 
      background-color: #f4ecd7;
}

P.logo { 
     font-family: "comic sans ms"; 
     font-size: 10pt; 
     color: #cc3333;
 
}


P.slogan { 
     font-family: "comic sans ms"; 
     font-size: 9pt; 
     color: #cc3333;
     font-style: italic; 
}

a {
      text-decoration: none;
}

a:hover {
    	font-family: "Comic Sans MS";
	font-size: 9pt;
	color: #4f4f2f;

	text-decoration: none;
}



a.menu { 
      font-family: "Comic Sans MS";  
      font-size: 9pt; 
      color: #f4ecd7; 
      text-decoration: none; 
}

a.email {
    	font-family: "Comic Sans MS";
	font-size: 9pt;
	color: #f4ecd7;
	text-decoration: none;
}

a.email:hover {
	font-family: "Comic Sans MS";
	font-size: 9pt;
	color: #f4ecd7;
	background color: #999966;
	text-decoration: underline;

}


a.announce:hover {
	background-color: #cc3333;
	color: white;
}


a.hiddenlink { 
       color: black;
       text-decoration: none;
}


 