/*- CSS Stylesheet   (C) 2002 by Combatman of the Musclesoft Crew */

body {
  color:Black;
  background-color:#C5D0FE
  scrollbar-face-color:#2F5FAF;
  scrollbar-arrow-color:#FFFFB0;
  scrollbar-base-color:#96ACFE; /* #5F5FAF; */
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-darkshadow-color:#3F2FAF;
  scrollbar-highlight-color:#8F8FAF;
  scrollbar-shadow-color:#6F6FAF;
  scrollbar-track-color:#E0E0FF;
  background-attachment : fixed;
  font-family : Tahoma, Arial, Helvetica, sans-serif;
}

PRE {
  font-family:"Courier New", Courier, monospace;
  color:#000040;
  background-color:#FFFFE8;
  padding: 2pt;
  border : groove;
}

OL {
  margin-left:13pt;
  text-indent:13pt;
}
UL {
  margin-left:13pt;
  text-indent:13pt;
  list-style-type:disc;
}

TH {
  font-size:105%;
}
TD {
  font-size:92%;
}

a:link {
  color:Blue;
  background-color: transparent;
  text-decoration:none;
}
a:visited {
  color:#295AAD;
  background-color: transparent;
  text-decoration:none;
}
a:active {
  color:#8080FF;
  background-color:#FFFFBF;
  text-decoration:none;
}
a:hover {
  color:Red;
  background-color: transparent;
  text-decoration:underline;
}

H1 {}
H2 {}
H3 {}
H4 {}

P {}
BR {}
