body {
	background: #000000;
}
h1#title, h1, h2, h3, h4, h5, h6 {
	color:#ffb000;
}
#slogan {
	color: #9999CC;
}
#content {
	color: white;
	background: #101020;//#101010;
	border: 1px dashed #333333;
}
#copyright {
	color: #9999CC;
}
a:link { text-decoration: none; color: #9999CC; }
a:visited { text-decoration: none; color: #9999CC; }
a:active { text-decoration: underline; color: white; }
a:hover { text-decoration: none; color: white; }
#content a:link { text-decoration: none; color: #FF9900; }
#content a:visited { text-decoration: none; color: #FF9933; }
#content a:active { text-decoration: underline; color: red; }
#content a:hover { text-decoration: none; color: #FF6600; }
#boxtable td{ background:#222233;color:white}
input.textbox{background:black;color:white;border:white 1px solid;font-size:larger}
input.submitbutton{
	background:#202020;
	color:#ffa000;
	border-top:4px solid #5c5c80;
	border-left:4px solid #5c5c80;
	border-bottom:4px solid #101010;
	border-right:4px solid #101010;
}
