body {
	background-color: #272727;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCCCCC;
	padding: 10px;
	background-attachment: fixed;
	background-image: url(../images/gray_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
a:link, a:visited, a:active {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #0099CC;
	background-color: #FFFFFF;
	text-decoration: none;
}
.smalltext {
	font-size: 12px;
	color: #0099CC;
}
