.body {
	background-color: #151513;
	color: #00CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
}
a {
	color: #00FF00;
	text-decoration: underline overline;
	font-weight: bolder;
}
.content {
	background-color: #1b1d1a;
	width: 750px;
	color: #00CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
}
.textfield {
	color: #0033FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	background-color: #333333;
}
.important {
	text-decoration: underline;
}
.title {
	font-size: medium;
	font-weight: bolder;
	color: #009933;
	font-style: italic;
	background-color: #000000;
}

.warning {
	color: #FF0000;
	font-weight: bolder;
}
