body {
	background-color: #101010;
}


/* Background colors */
.bgdark {
	background-color: #000000;
}
.bgmed {
	background-color: #101010;
}
.bglight {
	background-color: #CCCCFF;
}
.bglighter {
	background-color: #FFE4AF;
}
.bgborder {
	background-color: #3A1600;
}
td, p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #AAAAAA;
}
.txt10px {
	font-size: 10px;
}
.txt15px {
	font-size: 15px;
}
.txt20px {
	font-size: 20px;
}
.txt25px {
	font-size: 25px;
	color: #FFFFFF
}
.txt30px {
	font-size: 30px;
}
.bltxt10px {
	font-family: arial black, sans-serif;
	font-size: 10px;
	color: #000000;
}
H1{
	position: absolute;
	top: 20px; 
	left: 20px;
}
H2{
	position: absolute;
	top: 20px; 
	left: 20px;
}

a:visited, a:active, a:link {
	color: #AAAAAA;
	text-decoration: none;
	font-size: 20px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}