form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.title {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
}

.bg {
	color: #FFFFFF;
}
.bg_black {
	background-color: #000000;
	color: #FFFFFF;
}

.boldtext {
	color: #333333;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a {
	color: #666666;
	text-decoration: none;
}


td {
	font-size: 12px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00FF00;
	background-color: #000000;
	font-size: 12px;
}
.small {
	font-size: 10px;
	line-height: 20px;
}
.capitol {
	text-transform: capitalize;
}
.bg2 {
	color: #CC00FF;
}
.bgunder {
	color: #00FF00;
	background-color: #000000;
}
.smallweiss {
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
}
.smallweiss_black {
	background-color: #000000;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 20px;
}
