@charset "iso-8859-1";
body {
background-color: #4682b4;
}
body {
    scrollbar-base-color: #adb9cd;
    scrollbar-face-color: #3399ff;
    scrollbar-arrow-color: Silver;
    scrollbar-3dlight-color: Silver;
    scrollbar-darkshadow-color: Navy;
    scrollbar-highlight-color: Silver;
    scrollbar-shadow-color: Navy;
}
table, tr, td { 
border-color : #00ffff;
} 
h1 { 
font-family : Courier;
font-size : 22pt;
color : #ffffff;
} 
h2 { 
font-family : Arial;
font-size : 16pt;
color : #8b4513;
font-weight : bold;
text-align : center;
} 
hr { 
background-color : #000080;
height : 6px;
} 
p { 
font-family : Arial;
font-size : 11pt;
color : navy;
text-align : center;
} 
a img { 
border : none;
} 
a { 
font-family : Arial;
font-size : 10pt;
text-decoration : none;
width : 100%;
font-weight : bold;
vertical-align : middle;
} 
a:link { 
color : blue;
} 
a:visited { 
color : navy;
} 
a:hover { 
background : blue;
color : orange;
} 
a:active { 
color : red;
} 
