body  {
  background : #6600cc;
  color : #9999ff;
}

p, a, h1, h2, h3  {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  background : #6600cc;
  color : #9999ff;
}

p.right  {
  text-align : right;
}

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

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

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

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