@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 2;
}
#mainText {
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	line-height: 20pt;
	padding-top: 10px;
    padding-top: 10px;
}

h1 {
	color: #FF0000;
}
#mainText a {
color: #FF0000;
line-height: 20pt;
}

#mainText a:visited {
	text-decoration: none;
	color: #FF0000;
}

#mainText a:hover {
	text-decoration: none;
}
#mainText a:active {
	text-decoration: none;
	color: #CC0099;
}
#mainText a:visited:hover {
	text-decoration: none;
	color: #FF0000;
	color: #CC0099;
}