body {
	background-color: #240000;
	background-image: url(bg.jpg);
}
a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #333333;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.textnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
}

