/* link colors */
a:link {color: black; text-decoration: none;}
a:visited {color: black; text-decoration: none;}
a:active {color: black; text-decoration: none;}

/* entire body */
BODY {
margin: 0;
border: 0;
padding: 0;
height: 100%;
max-height: 100%;
background-color: gray;
font-family: verdana;
overflow: hidden;
color: white;
background-attachment: fixed;
width: 100%;
max-width: 100%;
}

/* top frame */
#header {
position: absolute;
top: 0;
left: 0;
width: 100%;
Height: 5%;
overflow: hidden;
}

/* bottom frame */
#footer {
position: absolute; 
top: 94%;
bottom: 0; 
left: 0;
width: 100%; 
height: 7%; 
overflow: hidden; 
text-align: center; 
}

/* middle frame */
#mid {
top: 5%;
bottom: 7%;
overflow: auto;
position: absolute;
width: 70%;
left: 15%;
right: 14%;
padding-right: 1%;
}

/* left middle frame */
#leftmid {
width: 15%;
top: 38%;
bottom: 7%;
position: absolute;
overflow: hidden;
left: 3%;

}

/* right middle frame */
#rightmid {
width: 14%;
top: 38%;
bottom: 7%;
position: absolute;
overflow: hidden;
right: 0;
left: 88%;
}

/* heading for each block or set */
.head {
font-size: 15pt;
font-weight: bold;
}

/* For secondary information which may not be important */
.neg {
font-size: 10pt;
}
