body , td , p , h1 , h2 , h3 , h4 , table , tr {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  background : #6600cc;
  color : #ccccff;
}

p.right  {
  text-align : right;
}

a.blau:link  {
  background : #6600cc;
  color : #9999ff;
  text-decoration : none;
}

a.blau:visited  {
  background : #6600cc;
  color : #9999ff;
  text-decoration : none;
}

a.blau:hover  {
  background : #6600cc;
  color : #ffffcc;
  text-decoration : none;
}

a.blau:active  {
  background : #6600cc;
  color : #9999ff;
  text-decoration : none;
}

a:link  {
  background : #6600cc;
  color : #ffffcc;
  text-decoration : none;
}

a:visited  {
  background : #6600cc;
  color : #ffffcc;
  text-decoration : none;
}

a:hover  {
  background : #6600cc;
  color : #ff0000;
  text-decoration : none;
}

a:active  {
  background : #6600cc;
  color : #ffffcc;
  text-decoration : none;
}
