body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000033;
	text-align: center;
	background-image: url(images/graphics/blueground.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;



}
a:link {
	color: #FFCC00;
	text-decoration: none;

}
a:visited {
	color: #FFCC00;
	text-decoration: none;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;

}
.copyright {
	font-size: 10px;
}
