BODY	{
      	font-family: verdana,arial,helvetica,sans-serif;
        font-size: 11px; 
		}

#navbar {
		text-align:center;
		}

H1			{ 
			font-family : "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;	
		    font-size : x-large; 
		    color : #339900; 
		    text-align : center;
			margin: 0;
			}

H2			{ 
			font-family : "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;	
			font-size : large;	
			color : #339900; 
			text-align : left;
			margin: 0;
			}

H3			{ 
			font-family : "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;	
			font-size : medium; 
			color : #339900; 
			text-align : left;  
			margin: 0;
			}
										  
H4			{ 
			font-family : "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;	
			font-size : medium; 
     		color : #339900; 
			text-align : center; 
			text-decoration:underline;
			margin: 0;
			}

H5			{ 
			font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;	
		    font-size: small; 
            color : #339900; 
			text-align : left;
			margin: 0;
			}

H6			{ 
			font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;	
			font-size: x-small; 
            color : #339900; 
		    text-align : left;    
			margin: 0;
		    }

A			{ 
			font-weight: bold;
			color: #339900; 
			text-decoration: underline;
			}

A:HOVER		{ 
			font-weight : bold; 
			color : #7ac043; 
			text-decoration: underline;
			
			} 

A:VISITED	{
			color: #67a33a; 
            font-weight: bold; 
            text-decoration: underline;
			
            }

A:ACTIVE	{ 
			font-weight : bold; 
	        color : #7ac043; 
	        text-decoration : underline;
    	    } 
				     
OL LI		{
			list-style-type: decimal;
			}

UL LI       { 
			list-style-type:square;
			}
				   
#footer 	{
			color:#FFFFFF;
			background-color:#7AC043;
			padding-top:25px;
			padding-bottom:15px;
			text-align:center;
			font-family:verdana,arial,helvetica;
			font-size:90%;
			width:974px;
			}


