body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: black;
margin: 0px;
padding: 0px;
}
.xxsmallwhite {
	font-size: xx-small;
	color: white;
}
a:link, a:hover, a:active, a:visited {
	color: #8D0014;
}
.xxsmalltext {
	font-size: xx-small;
}
.smallbold {
	font-size: 10px;
	font-weight: bold;
}
.mediumtext {
	font-size: 12px;
}
.largetext {
	font-size: 14px;
}
.bigtext {
	font-size: 18px;
}
.smalltext {
	font-size: 10px;
}
input, option, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: none;
	background-color: #990033;
	color: white;
}

.smallitalics {
	font-size: 10px;
	font-style: italic;
}
