@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

p {
font-size:11px;
margin-bottom:5px;
}

h1 {
font-size:11px;
font-weight:bold;
}

body {
margin-top: 5px;
margin-left: 10px;
margin-right: 5px;
margin-bottom: 0px;
scrollbar-face-color: #f2a62f; 
scrollbar-highlight-color: #313131; 
scrollbar-shadow-color: #313131;
scrollbar-3dlight-color: #f2a62f; 
scrollbar-track-color: #f2a62f;
scrollbar-darkshadow-color: #f2a62f;
scrollbar-arrow-color: #313131;
font-family:Verdana;
font-size:62.5%;
color:#313131;
line-height:1.3em;
}

a:link { text-decoration: underline; color: #313131; font-weight: bold;}
a:visited { text-decoration: underline; color: #313131; font-weight: bold;}
a:hover { text-decoration: none; color: #313131; font-weight: bold;}
a:active { text-decoration: underline; color: #313131; font-weight: bold;}

