
body {
	background-color: #000033;
}
H1, H2, H3, H4, P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.maintext {
	font-size: 11px;
	font-style: normal;
	line-height: 25px;
	color: #000000;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.clearRight {
	clear:right;
	}
	
.clearLeft {
	clear:left;
	}