a:link {
   color: #C62F2F;
   font-family: Verdana, Arial;
}

a:visited {
   color: steelblue;
   font-family: Verdana, Arial;
}

a:hover {
   color: #FF9900;
   text-transform: uppercase; font-weight: bold;
   text-decoration: none;
   font-style: italic;
}

body {
   font-family: Tahoma, Verdana;
   font-size: 16px;
   scrollbar-base-color: #FFFFFF; 
   scrollbar-arrow-color: #C62F2F;
   scrollbar-track-color: #F5F5F5;
   scrollbar-highlight-color: #C0C0C0;
   scrollbar-darkshadow-color: #C0C0C0;
   scrollbar-3dlight-color: #C0C0C0;
}

table {
   font-family: Georgia, System;
   font-size: 14px;
   border-style: indent;
}

h1 {
   font-family: Verdana, System;
   text-decoration: underline;
   font-weight: bold;
   font-size: 28px;
   color: #C62F2F;
}