html, body {
background: black;
border-width: 0px;
border-style: none;
border-color: #000000;
}

a:link, a:visited, a:active {
color: #9090c0;
}

#main a:link, #main a:active, #main a:visited {
color: #9090c0;
}

.link, iframe .link {
text-decoration: none;
}

.link:hover font, .link:hover, #main .link:hover {
color: yellow;
}

iframe {
position: absolute;
left: 350px;
top: 20px;
overflow-x: hidden;
overflow-y: auto;
border-width: 0px;
border-style: none;
border-color: #000000;
height: 270px;
width: 400px;
hspace: 10;
vspace: 10;
} 

#main {
background: transparent;
border-width: 0px;
border-style: none;
border-color: #000000;
color: #c09090;
overflow: hidden;
font-family: "Verdana", sans-serif;
font-style: normal;
font-variant: small-caps;
text-align: left;
font-size: .8em;
}

.details {
font-size: .8em;
color: #9090c0;
font-family: "Verdana", sans-serif;
font-variant: normal;
}


.artscii {
background: transparent;
border: 0 none transparent;
display: block;
position: absolute;
top: 20px;
left: 0px;
font-family: "Verdana", sans-serif;
font-size: .6em;
z-order: 2;
}

#menu {
z-order: 3;
background: black;
position: absolute;
display: block;
top: 20px;
left: 20px;
font-family: "Times New Roman", serif;
font-size: .75em;
}

#copyright {
font-family: "Helvetica", sans-serif;
text-align: center;
color: #7070a0;
}
