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

body {
	background-color: #003300;
	color: #006600;
	font-size: smaller;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
	color: #990000;
	font-size: small;
}

a:hover {
color: #FF6600;
}

.hidden {
visibility: hidden;
}

.footer {
	font-size:x-small;
}