a:link {color: rgb(255,255,255); font-weight: bold; text-decoration: none;}
a:visited {color: rgb(255,255,255); font-weight: bold; text-decoration: none;}
a:hover {color: rgb(255,255,255); font-weight: bold; text-decoration: underline;}
body {
     background-color: rgb(0,0,0);
     color: rgb(250,250,250);
     font-family: verdana, sans-serif;
     font-size: 0.8em;
     margin: 0px;
     scrollbar-face-color: #000000;
     scrollbar-highlight-color: #ffffff;
     scrollbar-3dlight-color: #cccccc;
     scrollbar-darkshadow-color: #000000;
     scrollbar-shadow-color: #000000;
     scrollbar-arrow-color: #ffffff;
     scrollbar-track-color: #000000;
}
img {border: 0px;}
#outer {height: 100%; width: 100%;}
#outer[id] {display: table; position: static; width: 100%;}
#middle {position: absolute; top: 50%; width: 100%;}
#middle[id] {display: table-cell; vertical-align: middle; position: static; width: 100%;}
#inner {position: relative; text-align: center; top: -50%;}