body{
background:black;
margin: 20px 20px 20px 20px;
padding: 20px 20px 20px 20px;
line-height: 175%;
font-size:27px;
color:white;
}

h1{
background:#004F00;
text-align:center;
font-size:2em;
color:#FFAA00;
}

h2{
background:#3FB8FF;
text-align:center;
font-size:1.88em;
color:#FFAA00;
}

h3{
background:#3FB8FF;
text-align:center;
font-size:}1.78em;
color:#FFAA00;
}

strong{
color:#FFBB44;
}

big{
font-size:1.48em;
}

table{
background:black;
border-align:center;
color:white;
}

a{
font-size:1.1em;
color:#8CFF00;
}

a:hover {
font-size:1.1em;
color:#FFAA00;
}

a:visited {
font-size:1.1em;
color:#FEB9FB;
}

input.button{
position:relative;
top:-15%; left:35%;
background:black;
border: 4px white solid;
width:330px;
font-size:1.1em;
color:#8CFF00;
}

input.data {
position:relative;
top:-15%; left:35%;
background:black;
border: 1px white solid;
width:330px;
font-size:27px;
color:white;
}

textarea.data {
position:relative;
top:0%; left:0%;
background:black;
border: 1px white solid;
font-size:27px;
color:white;
}


div.main{
position:static;
}

div.header{
position:absolute;
top:2%;
height:10%; width:100%;
}

div.body{
position:absolute;
top:20%; left:7%;
}

div.form {
position:static;
}

div.form[name] {
position:relative;
top:0%; left:0%;
}

