body {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FF3333;
	scrollbar-shadow-color: #FF0000;
	scrollbar-3dlight-color: #990000;
	scrollbar-arrow-color: #FF0000;
	scrollbar-track-color: #111211;
	scrollbar-darkshadow-color: #330000;
}

td {
	font-family: Arial;
	font-size: 16px;
}

.tiny {
	font-size: 9px;
}

.small {
	font-size: 10px;
	font-weight: bold;
}

.medium {
	font-size: 13px;
}

.large {
	font-size: 15px;
	color: #EFEED9;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #EFEED9;
}

a:hover{
	text-decoration: underline;
	color: #EFEED9;
}

a:active{
	text-decoration: underline;
	color: red
}

a.menu, a.menu:link, a.menu:visited {
	color: #EBEBEB;
}

a.menu:hover {
	color: #EBEBEB;
}

input, select, textarea {
	border-top: #FF3333 solid thin;
	border-bottom: #FF3333 solid thin;
	border-right: #FF3333 solid thin;
	border-left: #FF3333 solid thin;
	color: #EBEBEB;
	background: #000000;
	font-family: Arial;
	border-width: 1px;
}

textarea {
	font-size: 12px;
}

input, select {
	font-size: 10px;
	font-weight: bold;
}
