.whiteText {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(main_images/straightbackground.gif);
	background-repeat: repeat-x;
	background-position: bottom;



}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	cursor: crosshair;
}
.rocktext {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

