/* BODY */
body { 
background: black;
border: 0;
color: white;
height: 100%; 
margin: 0;
max-height: 100%; 
overflow: auto;
padding: 0;
text-align: center;
}
/* HEADER */
.header {
color: green;
}
/* FOOTER */
.footer {
color: green;
}
/* LINK */
a:active {
color: green;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: none;
}
a:link {
color: green;
text-decoration: none;
}
a:visited {
color: green;
text-decoration: none;
}
/* FRAME */
#frameTop {
background: black;
border: 0;
color: white;
height: 80;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
}

#frameCenter {
background: black;
border: 0;
color: white;
height: 400;
left: 0;
overflow: auto; 
position: absolute;
right: 0;
text-align: left;
top: 80; 
width: 100%;
}

#frameBottom {
background: black;
color: gray;
height: 60;
left: 0;
overflow: hidden;
position: absolute;
top: 520;
width: 100%;
}
/* MISC */
* {font-family: verdana; font-size: 10px; color: white;}
a {color: gray; font-size: 10px; font-weight: normal; margin: 0px; padding: 0px;}
b {font-weight: bold;}

.ws8 {font-size: 8px;}
.ws9 {font-size: 9px;}
.ws10 {font-size: 10px;}
.ws10gray {font-size: 10px; color: gray;}
.ws10green {font-size: 10px; color: green;}
.ws10red {font-size: 10px; color: red;}
.ws11 {font-size: 11px;}
.ws12 {font-size: 12px;}
.ws12gray {font-size: 12px; color: gray;}
.ws12green {font-size: 12px; color: green;}
.ws12red {font-size: 12px; color: red;}
.ws14 {font-size: 14px;}
.ws16 {font-size: 16px;}
.ws18 {font-size: 18px;}
.ws20 {font-size: 20px;}
.ws22 {font-size: 22px;}
.ws24 {font-size: 24px;}
.ws26 {font-size: 26px;}
.ws28 {font-size: 28px;}
.ws36 {font-size: 36px;}
.ws36gray {font-size: 36px; color: gray;}
.ws36green {font-size: 36px; color: green;}
.ws36red {font-size: 36px; color: red;}
.ws48 {font-size: 48px;}
.ws72 {font-size: 72px;}