h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}

body {
	color: #CCCCCC;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFCC33;
}
a:hover {
	color: #CCFF00;
}

