@charset "utf-8";
/* CSS Document */


body {
background-color: black;
scrollbar-face-color:blue;
scrollbar-highlight-color:black;
scrollbar-3dlight-color:black;
scrollbar-darkshadow-color:black;
scrollbar-shadow-color:black;
scrollbar-arrow-color:white;
scrollbar-track-color:black;
}


a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; } 
a:hover { color: blue; } 

.mike
{
position:fixed;
bottom:10px;
}

.main {
   height:550px; border:0px none #000000; padding:0px;
   overflow:auto;
background-color: black;
scrollbar-face-color:blue;
scrollbar-highlight-color:black;
scrollbar-3dlight-color:black;
scrollbar-darkshadow-color:black;
scrollbar-shadow-color:black;
scrollbar-arrow-color:white;
scrollbar-track-color:black;

}

div {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF}
