/* Schriftart im gesamten Dokument */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif, western;
  background-color: #333333;
  color: white;
}

/* Abs�tze, DIVs, Tabellen, Listen, Formulare in 10 Punkt */
p, div, table, li, form  {
  font-size: 10pt; 
  font-family:  Albany, sans-serif;
  color: white;
}

/* Hintergrundfarbe grau mit wei�er Schrift */
h1 {
  background-color: #333333;
  color: white;
  font-size: 18pt;
} 

/* �berschrift 2 und 3 blau f�rben */
h2, h3 {
  color: white; 
  font-size: 14pt;
  font-family:  western;
} 

/* fette Passagen rot einf�rben */
b {
  color: white; 
} 

/* kursive Passagen blau f�rben */
i {
  color:  #000099; 
} 

/* Link-Stile f�r Hover-Links  */
a:link {
  color: #000099; 
} 

a:visited {
  color: gray; 
}

a:hover {
  text-decoration : none; 
  color: red; 
} 

a:active {
  color: black; 
}

#back
{
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
  float: right;
  color: #000099;
  border: 5px solid blue;
  font-size: 1.5em;
 
}
