/* DATEI: main.css */

body {
  background-color:black;
 color: #CD2626; 
}

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {font-family:Arial,sans-serif; }

a:link { text-decoration:none; font-weight:bold; color:#CD2626; }
a:visited { text-decoration:none; font-weight:bold; color:#CD2626; }
a:focus { text-decoration:none; font-weight:bold; color:red; }
a:hover { text-decoration:none; font-weight:bold; color:red; }
