BODY {
      background-color: #ee55bb;
      color: black;
      font-family: Arial,helvetica,sans-serif;
}

H1,H2,H3,H4 {
      color: black;	
      font-family: Arial,helvetica,sans-serif;
}


PRE {
      color: black;
      font-family: monospace;
}


A:link {
      text-decoration: none; 
      color: #880088;
      font-family: Arial,helvetica,sans-serif;
}

A:visited {
      text-decoration: none; 
      color: #880088;
      font-family: Arial,helvetica,sans-serif;
}

A:active {
      text-decoration: none; 
      color: #aa00aa;
      font-family: Arial,helvetica,sans-serif;
}


li    {
      color: black; 
      font-family: Arial,helvetica,sans-serif;
}

td    {
      background-color: #ee55bb;
      color: black;
      font-family: Arial,helvetica,sans-serif;
}

th    {
      font-family: Arial,helvetica,sans-serif;
}


kbd   {
      color: black;
      font-family: monospace;
      font-size: 110%;

}