html, body 
{ 	
	background:#005b9a; 
	color:black; 
	margin:0; 
	border:0;
	padding:10px;
	text-align:center;
	font-family: Arial;
	font-weight:normal;
	font-size:14px;}
#firstwrapper 
{	
	background:#74c2e1;
	width:800px; 
}
.center 
{ 	
	margin:20px; 
	text-align:left;
}

#header 
{ 
	padding:20px;
        margin:0px;
        width:800px;
	text-align:center;
	font-size:25px;
        font-family: Papyrus;
font-weight:bold;
}

#headerbottom 
{ 
        border-top:2px solid black;	
        border-bottom:2px solid black;	
        padding:5px;
	text-align:center;
	font-size:16px;
	background: white;
}
h1 {	
	font-size:16px;


}
p {
	padding:10px;
	line-height:1.5;
}
a, a:visited { text-decoration:none; color:#005b9a; }
a:hover { color:#444444;}
img {  border:0; }
ul{ list-style: none; }
.clearall { clear:both; }
.footer 
{ 
	font-size:8px; 
	text-align:center; 
	width:800px;
	padding-top:20px;
}
.footer a { color:#000; }