@charset "UTF-8";
/* CSS Document */


#headertext {
width:200px;
font-family: Century Gothic;
color: #ffffff;
float: right;
font-size: 12px;
padding: 10px;
}

#maintext { 
width=800px;
font-family: Century Gothic;
color: #ffffff;
font-size: 12px;
padding: 10px;
text-align: center;
}

#menu { 
width=800px; 
font-family: Century Gothic;
color: #ffffff;
font-size: 12px;
padding: 4px;
margin-left: 20px;
}

a, a:link #menu { 
color:#ffffff; 
}

a:hover #menu { 
color: #0000FF;
}