/* Aeokos Style */
a:link {color: #FF0000;}
a:visited {color: #D72323;}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
acronym {
	text-decoration: none;
}
body {
	background: #000000;
	color: #FFFFFF;
	font-family: Monospace;
	text-align: left;
	margin: 0 auto;
}
img {border: none;}
textarea, input {
	background-color: #000000;
	color: #FFFFFF;
}
#header {
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
#rightnav {
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	float: right;
	text-align: left;
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
	width: 20%;
}
#topnav {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 14px;
}
#topnav a,  #topnav a:visited {
	color: #FF0000;
	font-size: large;
	font-weight: bolder;
	padding-left: 3em;
	padding-right: 3em;
	text-decoration: none;
}
#topnav a:hover {color: #FFFFFF;}
#container {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin: 0 auto 0 auto;
	width: 770px;
}
#content {
	width: 100%;
}
#text {
	padding: 10px 10px 10px 10px;
}
#footer {
	clear: both;
	font-size: smaller;
	text-align: center;
}
.header {
	font-size: xx-large;
	font-weight: bolder;
	text-align: center;
	line-height: .1em;
}
#aeokosHeader {
    font-size: 100px;
	font-weight: bolder;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
    padding-left: 26%;
	padding-right: 26%;
}
