body, th, td {
	background-color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #99FFFF;
}
input, textarea {
	color: #99FFFF;
	border: 1px solid #161616;
	background: #121212;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.textboxes {
	color: #99FFFF;
	border: 1px solid #161616;
	background: #121212;
	padding: 5px;
}
input.btn {
	color: #99FFFF;
	border: 1px solid #161616;
	background: #121212;
	padding: 5px;
}
input:hover {
	background: #0c0c0c;
}
input:focus {
	background: #0c0c0c;
}
textarea:hover {
	background: #0c0c0c;
}
textarea:focus {
	background: #0c0c0c;
}
.send{
	color: #99FFFF;
	width: 100px;
	text-decoration: underline;
}
a:link {
	color: #99FFFF;
	text-decoration: none;
	font-size: 20px;
}
a:visited {
	color: #99FFFF;
	text-decoration: none;
	font-size: 20px;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-size: 20px;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
	font-size: 20px;
}
.menu {
	width: 150px;
	position: absolute;
	left: 50px;
	top: 100px;
}
.content {
	width: 750px;
	position: absolute;
	left: 225px;
	top: 125px;
}
.contentadjusted {
	width: 750px;
	position: absolute;
	left: 225px;
	top: 113px;
}
