body {
background-color: #000000;
font-family: Arial;
color: #FFFFFF;
}

a:link {color:#26811D}
a:visited {color:#26811D}
a:hover {color:#000000}
a:active {color:#000000}

#header {
background-color: #1C6A04;
border-color: black;
border-style: solid;
color: #F9E600;
text-align: center;
font-size: 30;
font-family: Bauhaus Md BT;
padding: 1%;
height: 50px;
width: 100%;
position: absolute;
}

#menu {
background-color: #F9E600;
border-color: black;
border-style: solid;
color: #000000;
text-align: center;
font-size: 15;
font-family: Arial;
font: bold;
padding: 1%;
height: 30px;
width: 100%;
position: absolute;
top: 75px;
}

#main {
background-color: #000000;
border-color: black;
border-style: solid;
color: #FFFFFF;
text-align: center;
font-family: Arial;
padding: 1%;
width: 100%;
position: absolute;
top: 125px;
}

