BODY {
  margin: 0px;
  background-color: #000000;
  scrollbar-face-color: #000000;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #000000;
  scrollbar-track-color: #000000;
  scrollbar-arrow-color: silver;
  font-family: verdana;
  font-size: 10pt;
  color: white;
}

a:link {
  color: white; 
  text-decoration:none; 
  font-size: 10pt;
  line-height: 125%;
}

a:visited {
  color: white; 
  text-decoration:none; 
  font-size: 10pt;
  line-height: 125%;

}

a:hover {
  color: red; 
  text-decoration:none; 
  font-size: 10pt;
  line-height: 125%;
}

a:active {
  color: red; 
  text-decoration: none; 
  font-size: 10pt;
  line-height: 125%;
}
a.menu:link {
  color: white; 
  text-decoration:none; 
  font-size: 10pt;
  line-height: 100%;
}

a.menu:visited {
  color: white; 
  text-decoration:none; 
  font-size: 10pt;
  line-height: 100%;

}

a.menu:hover {
  color: red; 
  text-decoration:none; 
  font-size: 10pt;
  line-height: 100%;
}

a.menu:active {
  color: red; 
  text-decoration: none; 
  font-size: 10pt;
  line-height: 100%;
}
h4 {
  width: 100%; 
  line-height: 230%;
  font-family: verdana; 
  font-size: 12pt; 
  font-weight: bold; 
  color: white; 
  filter: shadow(color#333333,strength6); 
  text-align: left; 
  border-bottom: 0px solid purple;
  border-left: 0px solid purple;
  border-top: 0px solid purple;
  border-right: 0px solid black;
background-image: url('images/265.html');
  background-repeat: no-repeat;
  background-position:  center -3px;
  margin-bottom: 0;
  margin-top: 0;
}

div.content {
  margin-left:25px; 
}