body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	color: #999999;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
.greytext {
	color: #999999;
}
.smalltext {
	font-size: smaller;
}
