/* Einstellungen */

body {
  background-color:#000000;
}
/*
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
  font-family:Times New Roman,Helvetica,sans-serif;
  color: #CEBB51;
}
*/
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
  font-family:Times New Roman,Helvetica,sans-serif;
  color: #AD9410;
}
a:link {
 color: #CEBB51;
 font-weight: bold;
}

a:hover {
 color: #AD9410;
}

a:visited {
 color: #AD9410;
}


