body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: verdana, helvetica, arial;
	line-height: 15px;
	color: #FFFFFF;
}

h1 {
	font-size: 16px;
}

form {
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	color: #282232;
}

a:hover {
	color: #469FD6;
	text-decoration: none;
}

.nav a {
	color: #FFCC00;
	text-decoration: none;
}

.nav a:hover {
	color: #000000;
	text-decoration: none;
	background: #469FD6;
}

.nav {
	position: absolute;
	color: #FFCC00;
	left: 5px;
	top: 0px;
}

.content {
	position: absolute; 
	left: 20px; 
	top: 100px; 
	border-left: solid #469FD6 2px; 
	border-right: solid #469FD6 2px; 
	width: 445px; 
	color: #000000;
	background: #FFCC00;
}

.line1 {
	width: 445px; 
	height: 5px; 
	background: #469FD6;
}

.line2 {
	width: 445px; 
	height: 5px; 
	background: #282D78;
}

.line3 {
	width: 445px; 
	height: 5px; 
	background: #282232;
}

.button {
	background: #469FD6;
	padding: 3px;
	margin: 5px;
	font-weight: bold;
	border: solid #000000 1px;
	color: #000000;
}

.button a {
	color: #282232;
	text-decoration: none;
}

.button a:hover {
	color: #469FD6;
	text-decoration: none;
}


