body, font, tr, td, table
{font-family:trebuchet ms;
font-size:14px;
color:gray;
text-align:justify;
background-color:white;}

a:link, a
{font-family:trebuchet ms;
font-size:14px;
color:steelblue;
text-decoration:none;
font-weight:bold;}

a:visited{
font-family:trebuchet ms;
font-size:14px;
color:steelblue;
text-decoration:none;
font-weight:bold;}

a:active,a:hover{
font-family:trebuchet ms;
font-size:14px;
color:navy;
text-decoration:none;
font-weight:bold;}

.menu{
font-family:trebuchet ms;
font-size:22px;
font-weight:bold;
color:steelblue;
border-bottom:1px solid gray;
width:100%;
}

html {
     overflow: -moz-scrollbars-vertical;
}

body{
scrollbar-face-color : black; 
scrollbar-highlight-color : black; 
scrollbar-3dlight-color : 749abc; 
scrollbar-shadow-color : 749abc; 
scrollbar-darkshadow-color : 749abc;
scrollbar-track-color : #000000; 
scrollbar-arrow-color : 749abc; 
}