body {
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #CCC;
	border: thin solid #F0F;
}
h1 {

}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #F0F;
}
a:active {
	text-decoration: none;
}
h3 {

}
