html { height: 100%; max-height: 100%; padding: 0; margin: 0; border: 0; background-color: #000000; color: #FFFF00; font-size: large; font-family: Arial; overflow: hidden; letter-spacing: 2px; text-align: justify}
a:link { color: #FFFF00; text-decoration: none; }
a:visited { color: #FFFF00; text-decoration: none; }
a:hover { color: #FFFF00; text-decoration: underline; }
a:active { color: #FFFF00; text-decoration: none; }
body { height: 100%; max-height: 100%; overflow:hidden; padding: 0; margin: 0px; border:0; }
table  { table-layout: fixed; font-size: 16px; font-weight: bold;}
td { border: none; }
td.caption { border: none; text-align: center;}
input.submit { background-color: #00008B; color:#FFFF00; letter-spacing:3px; font-family:Arial; font-size:18px; font-weight:bold; border: 1px outset #00FFFF; width:120px;}
#content { position: absolute; width: 76%; height: 70%; max-height: 100%; overflow: auto; z-index: 4; top: 25%; left: 12%; }
#menu { position: fixed; width: 100%; height: 30px; z-index: 4; top: 18%; overflow: hidden; left: 0; }
#head { position: fixed; width: 100%; height: 15%; z-index: 5; top: 0; left: 0; }
#foot { position: fixed; width: 76%; height: 5%; z-index: 5; bottom: 0; left: 12%; }
#left { position: fixed; width: 12%; height: 15%; z-index: 5; top: 0; left: 0; }
#right { position: fixed; width: 12%; height: 5%; z-index: 5; bottom: 0; left: 76%; }
* html #head, * html #foot, * html #left, * html #right, * html #menu { position:absolute; }

