body {
	background-image:   url("images/background.gif");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.textlink:link {
	text-decoration: underline;
	color: #CC0000;
}
a.textlink:visited {
	text-decoration: underline;
	color: #CC0000;
}
a.textlink:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #CC0000;
}
a.textlink:active {
	color: #ffffff;
	text-decoration: underline;
	background-color: #CC0000;
}
.footer {
	font-size: 10px;
}
.header {
	font-size: 24px;
	font-variant: normal;
	color: #CC0000;
	font-weight: bold;
}
