A:link { text-decoration : none;
         color : blue;
         border-left : none }
A:visited { text-decoration : none;
         color : blue;
         border-top : none }
A:hover { text-decoration : underline;
          color : red }

BODY {
	scrollbar-face-color: white;
	scrollbar-arrow-color: #003388;
	scrollbar-base-color: #003388;
	scrollbar-track-color: #003388;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
