BODY
{
   background-color: white
}
p
{
   font-family: Arial,Verdana;
   font-size: 10pt;
   font-weight: normal;
   font-color: #000000;
}

p.rot
{
   font-family: Arial,Verdana;
   font-size: 10pt;
   font-weight: bold;
   font-color: #ff0000;
}

A:LINK
{
   color: blue;
   text-decoration: underline;
}

A:VISITED
{
   color: teal;
   font-style: none;
   text-decoration: underline;
}

A:ACTIVE
{
   color: gray;
   text-decoration: underline;
}

A:HOVER
{
   color: purple;
}