body {
	background-color: #000;
	color: #FFF;
}

a:link {color:#FFF; text-decoration: underline;}
a:visited {color: #ccc; text-decoration: underline;}
a:focus {color: #ffffff; text-decoration: none; background: #2f63a8;s}
a:hover {color: #ffffff; text-decoration: ; background: #2f63a8; }
a:active {
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

h1 {
	font-size: 36px;
	font-family: "Courier New", Courier, monospace;
	color:#FFF;
}
h2 {
	font-size: 22px;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}
.text {
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:16px;
}