body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: black;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tinytext {
	font-size: xx-small;
	color: #EB2D2E;
}
a:link, a:visited, a:active, a:hover {
	color: #EB2D2E;
	text-decoration: none;
}
.bigtext {
	font-size: 24px;
}
.mediumtext {
	font-size: 12px;
}
.smalltext {
	font-size: 10px;
}
.largetext {
	font-size: 18px;
}
input, textarea, select {
	font-size: 10px;
}
.smallWhiteText {
	font-size: 10px;
	color: white;
}
