body{
margin: 0;
padding: 0;
border:0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}





#content{
position: fixed;
top:0;
left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
bottom: 0;
padding:15px;
overflow: auto; 
background: #003300;




} .innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}



* html body{ /*IE6 hack*/
padding: 0 0 0 0px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #content{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}








a.nav, a.nav:link, a.nav:visited {display:block; width:150px; height:30px; background:white; border:2px solid #000; margin-top:2px; text-align:center; text-decoration:none; font-family:times, arial, sans-serif; font-size:18px; color:#000; line-height:25px; overflow:hidden;}
a.nav:hover {color:blue; background:Black;} 
a.nav:active {color:red; background:white;} 



h1{line-height:80%;text-align:center;color: white;font-family:Cooper Std Black;font-size:30px}
h2{color: white;text-align: center;font-family:times;font-size:30px}
h3 {text-align: left;font-family: Cooper std black; font-size:150%}
h4 {font-family: Magneto;font-size:20px}
h5{text-align:center;font-family:times;font-size:12px}

p {text-align: center; color: white; font-family:times;font-size:20px}
p.1 {text-size:10px; font-family:times}

ul {font-size:20px;color:white}
table {color:yellow;text-align:left;padding:15px}
th {font-family:times ;font-size:25px}
td {font-size:20px}