@charset "iso-8859-1";
body { 
background-image : url("../photos/bg_01.gif");
    scrollbar-base-color: black;
    scrollbar-face-color: pink;
    scrollbar-arrow-color: silver;
    scrollbar-3dlight-color: silver;
    scrollbar-darkshadow-color: #c3c3c3;
    scrollbar-highlight-color: silver;
    scrollbar-shadow-color: #c3c3c3;
}
h1 { 
padding : 4px;
font-family : Verdana, Arial;
font-size : 16pt;
color : purple;
text-align : center;
} 
h2 { 
background-color : #00ffff;
padding : 2px;
font-family : Arial;
font-size : 12pt;
border-color : blue;
text-align : center;
} 
h3 { 
background-color : #c2c2c2;
padding : 3px;
font-family : Arial;
font-size : 14pt;
text-align : left;
} 
hr { 
color : #000080;
height : 4px;
} 
p, li, ul, ol, table, th, tr, td { 
font-family : "Times New Roman", Arial;
font-size : 11pt;
text-align : justify;
} 
.b { 
font-family : Verdana;
font-size : 13pt;
} 
.c { 
font-family : Verdana;
font-size : 15pt;
} 
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;
} 
