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


body {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}


.header {
	color: #FFFFFF;
	text-align: center;
}

#header a:link { 
color: #FFF;
text-decoration: underline;
}

#header a:visited { 
color: #FFF;
text-decoration: underline;
}

#header a:hover { 
text-decoration: none;
}


.footer {
color: #FFFFFF;
}

#footer a:link { 
color: #FFF;
text-decoration: underline;
}

#footer a:visited { 
color: #FFF;
text-decoration: underline;
}
 
