Body {
color: #00FF99;
background-color: #0b0318;
font-family: "Century Gothic", sans-serif;
} 

#maincontent {
position: absolute;
top: 30px;
margin-left: 10px;
width: 800px;
background: #231928;
background-image:url("dress.jpg");
background-repeat: no-repeat;
color: #ffcccc;
border: 3px solid #00ff99;
padding-top: 640px;
padding-right: 0px;
padding-left: 0px;
text-indent: 0px;
}

#menublob {
position: absolute;
top: 100px;
margin-left: 830px;
border: 2px dashed #00ff99;
width: 160px;
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;
}