body {
  background: url(images/bgmain.gif);
  color: #1C5875;
  font-weight: 400;
  font-family: Verdana,Arial,Helvetica,Serifenlos; 
  font-size: 12;
}

ul:li {
  color: #800000;
  list-style-type: disc;
  font-weight: bold;
  font-family: Verdana,Arial,Helvetica,Serifenlos; 
  margin-left: 1em;
  margin-right: 0%;
}

h1 {
  font-size: 120%;
  text-align: center;
  font-weight: bold;
}

h2 {
  font-size: 110%;
  font-weight: bold;
}

h3 {
  margin-left: 4%;
  margin-right: 4%;
  font-weight: bold;
}

h4 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold;
}

pre {
  margin-left: 10%;
  white-space: pre;
}

a:link {
  color: #1C5875;
  background: transparent;
}

a:visited {
  color: #1C5875;
  background: transparent;
}

a:hover {
   color: blue;
   font-weight: bolder;
}

a:active {
  color: red;
  font: bolder;
  font-size: 110%;
  background: #FFD700;
}



#110 {
   color: #000F00;
   font: bolder;
   font-weight: 800;
   font-family: Verdana,Arial,Helvetica,Serifenlos;
   background: #FFD700;
}

