body {
   font-family: Georgia,Verdana, Sans-serif;
   font-size: 12px;
   color: #0000af;
   overflow:auto;
   text-decoration: none;
   background-color: #ffffcc;
   scrollbar-arrow-color: blue;
   scrollbar-face-color: #ffffcc;
   scrollbar-highlight-color: #ffffcc;
   scrollbar-3dlight-color: blue;
   scrollbar-shadow-color: #ffffcc;
   scrollbar-darkshadow-color: blue;
   scrollbar-track-color: silver;
   }

a:link {		font-weight: bold;	color: blue;	}
a:visited {		font-weight: bold;	color: gray;	}
a:active {		font-weight: bold;	color: blue;	}
a:hover{		font-weight: bold;	color: black;	}





