html, body {
	height: 100%;
	overflow: hidden;
}
body {
	background: #666666;
	margin: 0;
	color: #FFF;
}
#content {
	height: 100%;
}
#textcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: 90%;
	padding: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman";
	color: #000;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
}
.smaller {
	font-size: 14px
}

