a {
color: silver;
text-decoration: overline;
}

a:hover {  
color: silver;
text-decoration: line-through;
}

a:active {
color: #ffffff;
text-decoration: underline;
}

a:visited {
color: #ffffff;
text-decoration: underline;
}

body {
background-color: #000000;
font-family: sans-serif;
overflow: hidden;
}

h1 {
color: #ffffff;
font-size: large;
text-align: center;
}

h2 {
color: #ffffff;
font-size: small;
text-align: center;
}

p {
text-align: justify;
padding: 5px;
text-indent: 2em;
font-size: 14px;
}

td {
border-color: white;
border-style: solid;
border-width: 1px;
padding: 2px;
}

.menu {
text-indent: 1em;
}

#bod {
height: 320px;
width: 370px;
position: absolute;
left: 20%;
top: 20%;
overflow: hidden;
z-index: 10;
}

#counter {
text-align: center;
font-size: 14px;
}

#head {
height: 25px;
width: 360px;
position: absolute;
top: -10px;
left: 0px;
}

#main {
height:292px;
width: 360px;
position: absolute;
top: 25px;
left: 0px;
border-color: #ffffff;
border-style: solid dashed dotted dashed;
border-width: 1px;
color: #ffffff;
text-align: center;
overflow: auto;
}

#menu {
position: absolute;
top: 25px;
left: 0px;
height: 520px;
width: 15%;
border-color: #ffffff;
border-style: solid dashed dotted dashed;
border-width: 1px;
}

#menu_head {
position: absolute;
top: -10px;
left: 0px;
height: 75%;
width: 16.5%;
}

#quote {
height: 292px;
width: 360px;
position: absolute;
bottom: 0%;
right: 0%;
border-color: #ffffff;
border-style: solid dashed dotted dashed;
border-width: 1px;
color: #ffffff;
text-align: justify;
overflow: hidden;
z-index: 0;
}

#quote_head {
height: 35px;
width: 360px;
position: absolute;
bottom: 292px;
right: 0%;
overflow:hidden;
z-index: 0;
}
