  body { 
   color: black; 
   background: #333333; 
   margin-top: 1%;
}

h1{ 

    font-family: "comic sans ms"; 
    font-size: 10pt; 
    font-style: italic;
    color: #999966;

}

h2{ 
   font-family: "comic sans ms"; 
    font-style: italic;
    font-size: 11pt; 
    color: #999966;

}

h3{ 
    font-family: "comic sans ms"; 
    font-size: 11pt; 
    color: black;

}

li{ 
   font-family: "Comic Sans MS", "Bradley Hand ITC";
    font-size: 9pt;

}

P{ 
   font-family: "Comic Sans MS"; 
   font-size: 9pt; 

}

P.menu { 
   font-family: "Bradley Hand ITC"; 
   color: #FBF5D2;

}

a.menu { 
   font-family: "comic sans ms"; 
   color: #333333; 
   text-decoration: none; 
   width=100%; 
   background-color: #999966;

}

P.current { 
   font-family: "comic sans ms"; 
   text-align: center;
   color: black; 
   background-color: #ffffff;

 }
 
P.slogan { 
     font-family: "comic sans ms"; 
     font-size: 9pt; 
     color: black;
     font-style: italic; 
}

a.email {
    	font-family: "Comic Sans MS";
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}

a.email:hover {
	font-family: "Comic Sans MS";
	font-size: 9pt;
	color: #ffffff;
	text-decoration: underline;

}
