body {
        color: black ;
}

h1, h2, h3, h4, h5, h6, p, th, td, ul, ol, li, blockquote, cite {
	font-family: Times New Roman, Times, serif ; 
}

h1 {
	font-size: 150% ; 
	color: #003300 
}

h2 {
	font-size: 142% ;
	color: #003300 
}

h3 {
	font-size: 125% ; 
}

h4 {
	font-size: 100% ; 
}

h5 {
	font-size: 93% ; 
}


p {
	font-size: 93% ; 
}

address {
	font-size: 93% ;
	font-style: normal ; 
}


.green { 
	color:#003300;
	font-weight:bold;
}

.white{
	color:white;
	font-weight:bold;
}

.greytext{
	color:#CCCCCC;
	
}

.hover, .hover p 
{
	text-align: center ;
	
	
}

.hover a  
{
	display: block ;
	text-decoration: none ;
	text-transform: uppercase ;
	font-weight:bold;
}


.hover, .hover a:link, .hover a:visited, .hover a:active 
{
	color: white ;
	background-color: #003300 ;
	
}

.hover a:hover 
{
	
	color: white ;
	background-color: #000000 ;
	
}
