html {
	height: 100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.dark {
	color: #666666;
	text-decoration: none;
}
.darker {
	color: #333333;
	text-decoration: none;
}
.light {
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.arrow {
	color: #c00;
}