body , p , h1 , h2 , h3 , h4 , ul , ol , li , div , td , th , b , i , table {
  background : #ffffcc;
  color : #330099;
  font-family : Arial, Verdana, Helvetica, sans-serif;
}

input , textarea {
  font-family : "Letter Gothic", "Courier New", monospace;
  font-size : 80%;
}

p.navig {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 80%;
  text-align: center;
}


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


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


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


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