body {
  color: white;
  }

a:link {
  color: #993333;
  text-decoration: none;
  }

a:hover {
  color: #cc0000;
  xtext-decoration: underline;
  }

a:visited {
  color: #cc3333;
  text-decoration: none;
  }

p {
  font-family: arial;
  font-size: 12px;
  color: #660000;
  text-align: justify;
  margin-top: 7px;
  margin-left: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  }

h1 {
  font-family: arial black;
  font-size: 35px;
  font-weight: normal;
  color: #660000;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0px;
  }

h2 {
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  color: #660000;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 1px;
  }

h3 {
  font-family: arial;
  font-size: 14px;
  color: #993333;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 0px;
  line-height: 3;
  }

h4 {
  float: left;
  text-align: left;
  color: #660000;
  font-family: arial;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 3px;
  margin-right: 5px;
  padding: 3px 3px 3px 3px;
  border: 1px solid #cccccc;
  width: 116px;
  height: auto;
  background-color: #cccc99;
  }

h5 {
  float: right;
  text-align: left;
  color: #660000;
  font-family: arial;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 3px;
  margin-left: 5px;
  padding: 3px 3px 3px 3px;
  border: 1px solid #cccccc;
  width: 116px;
  height: auto;
  background-color: #cccc99;
  }

body {
  scrollbar-Track-Color:#999966;
  scrollbar-Face-Color:#cccc99;
  scrollbar-Shadow-Color:#555555;
  scrollbar-DarkShadow-Color:#000000;
  scrollbar-Highlight-Color:#999999;
  scrollbar-3dLight-Color:#FFFFFF;
  scrollbar-Arrow-Color:#660000;
  }

h4 img, h5 img {
  margin-bottom: 2px;
  width: 110px;
  border: 0px solid white;
  }
     
img.topleft {
  margin-right: 7px;
  }   

img.topright {
  margin-left: 7px;
  }

ul {
  padding-left: 0px;
  list-style: square inside none;
  }

li {
  font-family: arial;
  font-size: 16px;
  color: #660000;
  text-align: left;
  }