p {background-color: "black"}


p {
  color: rgb(0,0,0);
  font: 10pt Georgia;
 }

p.project {
  color: rgb(200,0,0);
  font: 13pt. Haettenschweiler;
 }

p.sheila {
  color: rgb(255,100,100);
  font: 12pt. Georgia;
  }

p.tze    {
  color: rgb(100,100,255);
  font: 12pt. Georgia;
  }

a {
  text-decoration: none;
 }

a:link {color: }
a:visited {color: }
a:hover {color: }
a:active {color: }