body {
	background : #000000;
	font-family:'Lucida Grande';
}

.sans_serif_text {
	color: #cccccc;
	font: 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

.san_serif_text_10px {
	color: #cccccc;
	font: 10px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

.serif_text {
	color: #cccccc;
	font: 12px   Georgia, Times New Roman, Times, serif;
}

.serif_red {
	font-family: "Engravers MT", Georgia, "Times New Roman";
	color: #ff0000;
}

.sans_serif_text_16px {
	color: #cccccc;
	font: 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

.serif_black {
	font-family: "Engravers MT", Georgia, "Times New Roman";
}

a {
	color : #ffffff;
	text-decoration : none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #00FF00;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.lotsa_text_12px {
	font-size: 12px;
}
.lotsa_text_10px {
	font-size: 10px;
}
