<!-- 

BODY,P,TD {font-family:verdana,arial; font-size:12px; color:#ffffff; } 

A:link { text-decoration: none; font-weight:regular; color:#C8C8C8; } 
A:visited { text-decoration: none; font-weight:regular; color:#C8C8C8; } 
A:hover { text-decoration: none; font-weight:regular; color:#C8C8C8; cursor:help; } 

body
{
background-color: #252525;
scrollbar-arrow-color: #505050; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #252525; 
scrollbar-face-color: #252525; 
scrollbar-shadow-color: #505050; 
scrollbar-highlight-color: #252525; 
scrollbar-3dlight-color: #383838; }

img.display {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    }

.menubar-text
{
    float: center;
}

.menubar-buttons a
{
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    color: #ffffff;
    padding: 0px 5px 0px 5px;
    border: 1px solid #ffffff;
    background-color: #333333;
}

.menubar-buttons a:link { color: #ffffff; background-color: #333333; }
.menubar-buttons a:visited { color: #999999; background-color: #333333;}
.menubar-buttons a:hover { color: #000000; background-color: #666666; }

p.header {
font-family: courier new, courier;
font-size: 15pt;
font-weight: bold;
}

--> 