body {
  margin:10px;
  font-family: verdana,arial,helvetica,sans-serif;
  scrollbar-base-color: #0000CC;
  scrollbar-face-color: #e0732e;
  scrollbar-track-color: #d0a352;
  scrollbar-3dlight-color: #4490c2;
  scrollbar-highlight-color: #ffffff;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #003399;
  scrollbar-arrow-color: #ffffff;
  background-repeat: repeat-y;
}

html {
  scrollbar-base-color: #0000CC;
  scrollbar-face-color: #e0732e;
  scrollbar-track-color: #d0a352;
  scrollbar-3dlight-color: #4490c2;
  scrollbar-highlight-color: #ffffff;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #003399;
  scrollbar-arrow-color: #ffffff;
  background-repeat: repeat-y;
}
.head1 {
  color: #800000;
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: bold;
  font-size: 22px !important;
  padding: 4px;
  margin: 4px;
}
.head2 {
  color: #000000;
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: 13px !important;
  padding: 4px;
  margin: 4px;
}
.head3 {
  color: #000000;
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: 10px !important;
  padding: 0px;
  margin: 0px;
}
.outerlink:link {
  color: #ffd988;
  font-weight: bold;
  text-decoration: underline;
}
.outerlink:visited {
  color: #da9d4c;
  font-weight: bold;
  text-decoration: underline;
}
.outerlink:active {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}
.outerlink:hover {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}