body 
{
	margin: 20px 20px 20px 20px;
	background: #fff;		
	color: #080;
	font-family: 'Trebuchet MS', trebuchet, verdana, arial, sans-serif;
}

A 			
{ 
	color: #366; 
	background-color: transparent;
	font-family: 'Trebuchet MS', trebuchet, verdana, arial, sans-serif;
	text-decoration: none;  
} 

A:link		
{ 
	color: #080; 
	background-color: transparent; 
	text-decoration: none; 
}
 
A:visited	
{ 
	color: #080; 
	background-color: transparent; 
	text-decoration: none; 
} 

A:active	
{ 
	color: #008; 
	background-color: transparent; 
} 

A:hover		
{ 
	color: #008; 
	background-color: transparent; 
} 
.copyright {
	font-size: 70%;
	font-style: normal;
	text-align: center;
}

.pagenav {
	text-align: center;
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }