a:link {
font-size : 84%;
font-family : Verdana; sans-serif;
color : #004080;
text-decoration : underline;
font-weight : bold;
}
a:hover {
background-color : antiquewhite;
}
a:visited {
font-size : 84%;
font-family : Verdana; sans-serif;
color : #808080;
text-decoration : underline;
font-weight : bold;
}
body {
background-color : #fffae6;
}
td {
font-weight : normal;
font-size : 84%;
font-family : Arial, Helvetica, sans-serif;
}
th {
font-weight : normal;
font-size : 84%;
font-family : Arial, Helvetica, sans-serif;
}
span b { color:navy; 
}
b {
font-size : 100%;
font-weight : bold;
}
h1 {
font-size : 200%;
font-weight : bold;
font-family : Comic Sans MS, Tahoma, sans-serif;
letter-spacing : 1pt;
}
h2 {
font-size : 100%
font-weight : bold;
color : #c86000;
font-family : Arial, Helvetica, sans-serif;
}
h3 {
font-size : 100%;
font-weight : bold;
}
h4 {
font-size : 11pt;
font-weight : lighter;
color : #d2691e;
font-family : Gill Sans MT, Arial, Helvetica, sans-serif;
}
h5 {
font-size : 12pt;
font-weight : bold;
color : #000080;
letter-spacing : 2pt;
}
body, textarea {
  background-color:#fffae6;
  font-family:Arial,sans-serif;
  scrollbar-base-color:#fffaaa;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#ffcc99;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ffcc99;
}