@charset "utf-8";


body, td, tr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size: 12px;
	text-align: left;
	background: #000 url(bg.jpg);
	line-height: 140%;
}

A{
    color: #FF9; 
	cursor: default;
	text-decoration: none;
	font-weight: bold;
}

A:hover { 
    color: #F00;
    cursor: default;
	text-decoration: none;
}

#content{
	position: absolute;
	width: 500px;
	height: 361px;
	left: 100px;
	top: 450px;
	text-align: justify;
}


h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #FF6;
font-size: 13px;
margin-bottom: 5px;
margin-top: 10px;
padding: 0px;
font-weight: 10200;
letter-spacing: 2px;
text-transform:uppercase;
}

i,em,b,strong{
color: #3FF;
}

#stats{
	position: absolute;
	width: 140px;
	height: 72px;
	left: 30px;
	top: 445px;
}

blockquote{
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	font-size: 15px;
	color: #9CC;
	margin-top: 10px;
	margin-left: 10px;
}

/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0px;
	}
	
.codesort h2 {
font-family: "Courier New", Courier, monospace;
color:#FFC;
font-size: 12px;
margin-bottom: 5px;
margin-top: 10px;
padding: 0px;
font-weight: 100;
letter-spacing: 2px;
text-transform:uppercase;
}

.codesort h3 {
font-family: "Courier New", Courier, monospace;
color: #FFC;
font-size: 12px;
margin-bottom: 5px;
margin-top: 10px;
padding: 0px;
font-weight: 100;
letter-spacing: 2px;
text-transform:uppercase;
}

.codesort img {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
.codesort ul {
	margin: 0px;
	}
	
.codesort li {
	margin: 0px;
	}

input, textarea, select
	{
	border: 1px solid #036;
	color: #CCC;
	font-size:10pt;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: none;
	padding: 6px;
	margin-right: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #003;
}
