/* Grundfarbe Für Vorbeck/Kambs */

body, textarea {
  background-color:#000039;
  color:#ffffff;
  scrollbar-base-color:#000039;
  scrollbar-3dlight-color:#000039;
  scrollbar-arrow-color:#000039;
  scrollbar-darkshadow-color:#000039;
  scrollbar-face-color:#000066;
  scrollbar-highlight-color:#000066;
  scrollbar-shadow-color:#0000039;
  scrollbar-track-color:#434343;
}
/* Farbliche unterscheidungen der Links*/
A:link {
        color:yellow; text-decoration:underline;
                       }

A:visited {
        color : yellow; text-decoration:underline;
                       }

A:hover {
        color: white; text-decoration:underline none; background-color:red;
                      }

A:active {
        color: white; text-decoration:underline;
					 }
/* CSS Document */

