@charset "iso-8859-1";
body { 
background-image : url("../photos/bg_01.gif");
    scrollbar-base-color: blue;
    scrollbar-face-color: white;
    scrollbar-arrow-color: silver;
    scrollbar-3dlight-color: silver;
    scrollbar-darkshadow-color: #c3c3c3;
    scrollbar-highlight-color: silver;
    scrollbar-shadow-color: #c3c3c3;
}
h2 { 
padding : 4px;
font-family : Verdana, Arial;
font-size : 12pt;
color : blue;
text-align : center;
} 
hr { 
color : #000080;
height : 4px;
} 
p, li, ul, ol, table, th, tr, td { 
font-family : Arial;
font-size : 11pt;
text-align : justify;
} 
a img { 
border : 0;
} 
a { 
text-decoration : none;
text-align : center;
} 
a:link { 
color : blue;
} 
a:visited { 
color : navy;
} 
a:hover { 
background : blue;
color : orange;
}