Body {
color: #00FF99;
background-color: #0b0318;
font-family: "Century Gothic", sans-serif;
} 

#maincontent {
position: relative;
top: 30px;
margin-left: 1%;
width: 80%;
background: #231928;
color: #ffcccc;
border: 3px solid #00ff99;
padding-top: 10px;
padding-right: 0px;
padding-left: 5px;
text-indent: 0px;
}

#menublob {
position: absolute;
top: 100px;
margin-left: 82%;
border: 2px dashed #00ff99;
width: 15%;
background-color: #3f2b3e;
font-size: 10pt;
}


a:hover {text-decoration: overline;
color: #00FFCC;
}

a {
text-decoration: overline;
color: #00FFCC;
}

a:link {
text-decoration: underline;
Color:#00FF97;
}

a:visited {
text-decoration: line-through;
Color:#00FF77;
}

u {
text-decoration: none;
}

ul {
list-style: circle;
}

ul, ol {
color: #00FF79;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Copperplate Gothic Light", "Copperplate Gothic Bold", "Kochi Gothic";
color: #00FF77;
text-transform: capitalize;
letter-spacing: 3px;
font-weight: 500;
font-style: oblique;
}