BODY
     {
     background: #FAF4E0 url(bg.jpg);
     border: 3px inset;
     border-color: #578984; 
     margin-top: 0; 
     margin-right: 0; 
     margin-left: 0; 
     padding: 0; 
     }
     
P 
     {
     font-family: Comic Sans MS, Helvetica, Arial, Sans-serif; 
     color: #2C5139; 
     font-size: 15px; 
     font-weight: bold;
      }
     
H1
     {
     font-family: Comic Sans MS, Helvetica, Arial, Sans-serif; 
     color: #2C5139; 
     font-size: 18px; 
     font-weight: bold;
      }
      
H2,H3,H4,H5,H6
    {
     font-family: Comic Sans MS, Helvetica, Arial, Sans-serif; 
     color: #2C5139; 
     font-size: 12px; 
     font-weight: bold;
      }
	  
DIV
    {	
     font-family: Comic Sans MS, Helvetica, Arial, Sans-serif; 
     color: #2C5139; 
     font-size: 12px; 
     font-weight: bold;
      }
 
UL,LI      
     {
     font-family: Comic Sans MS, Helvetica, Arial, Sans-serif; 
     color: #2C5139; 
     font-size: 15px; 
     font-weight: bold;
      }
            
TABLE,TR,TD,TH 
    {
    font-family: Comic Sans MS, Helvetica, Arial, Sans-serif; 
    color: #2C5139; 
    font-size: 12px; 
    font-weight: bold; 
    }
    
SPAN 
     {
     font-family: Comic Sans MS, Helvetica, Arial, Sans-serif; 
     color: #2C5139; 
     font-size: 12px; 
     font-weight: bold;
      }        
    
A:LINK 
    {
    color: #3333CC; 
    text-decoration: underline; 
    }
    
A:VISITED 
    {
    color: #CC66FF; 
    text-decoration: underline; 
    }
    
A:ACTIVE 
    {
    color: #960618; 
    text-decoration: underline; 
    }
    
A:HOVER 
    {
    color: #ADD9C1;
    background: #2C5139; 
    text-decoration: underline; 
    } 

A.small 
	{
	color: #3333CC; 
	font-size: 10px; 
	font-weight: bold; 
	font-family: verdana, sans-serif; 
	text-decoration: underline;
	}	

A.small:visited 
	{
	color: #CC66FF; 
	font-size: 10px; 
	font-weight: bold; 
	font-family: verdana, sans-serif; 
	text-decoration: underline;	
	}
	
A.small:active 
	{
	color: #960618; 
	font-size: 10px; 	
	font-weight: bold; 
	font-family: verdana, sans-serif; 
	text-decoration: underline;
	}
 
A.small:hover 
	{
	background: #2C5139; 
	color: #ADD9C1; 
	font-size: 10px; 
	font-weight: bold; 
	font-family: verdana, sans-serif; 
	text-decoration: underline;
	}	
    
A.menu:link
     {
     background: #2F4B43; 
     width: 140px; 
     font-size: 16px;
     color: #E3F4ED;
     text-decoration: none; 
     border: 2px outset #A1D8C4; 
     padding: 3px;
     }
     
A.menu:active
    {
    background: #2F4B43; 
    width: 140px; 
    font-size: 16px;
    color: #E3F4ED;
     text-decoration: none; 
     border: 2px outset #A1D8C4; 
     padding: 3px;
    }
    
A.menu:visited
    {
    background: #2F4B43; 
    width: 140px; 
    font-size: 16px;
    color: #E3F4ED;
     text-decoration: none; 
     border: 2px outset #A1D8C4; 
     padding: 3px;
    } 

A.menu:hover
     {    
     background: #A8C6B2; 
     width: 140px; 
     font-size: 16px;
     color: #2F4B43;
     text-decoration: none; 
     border: 2px inset  #A1D8C4; 
     padding: 3px;
     }
