/* CSS Document */
body
{ 
background-image: url(background.png); 
background-repeat: 
no-repeat;
background-attachment: 
fixed
background-color: #000000
}
.bodytype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #006699;
}
.underheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #0099FF;
	text-transform: none;
}
.headfont {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #efecec;
}
