/* ==================================================== */
/* POSITIVE ACTION AWARDS                               */
/* ==================================================== */
BODY
  {
  margin: 0;
  padding: 0;
  background: white;
  color: black;
  font-family: xVerdana, Arial, Helvetica, sans-serif;
  }

A {
  color: navy;
  }

A:active, A:hover
  {
  color: red;
  }

A:visited
  {
  color:navy;
  }

INPUT.modern, TEXTAREA.modern
  {
  border: solid black 1px;
  background: #ddeeff;
  width: 400px;
  }

/* ==================================================== */
/* MENU BAR SETTINGS                                    */
/* ==================================================== */
TD.menu
  {
  width: 200px;
  background: #ffd600;
  text-align: center;
  }

DIV.invisible
  {
  font-size: 10%;
  }

A.invisible, A.invisible:ACTIVE, A.invisible:HOVER, A.invisible:VISITED
  {
  font-size: 10%;
  color: #ffd600;
  background: #ffd600;
  text-decoration: none;
  }

DIV.menu, DIV.menuruler
  {
  border-bottom: solid white 1px;
  }

DIV.menu
  {  
  width: 100%;
  font-size: smaller;
  font-weight: bold;
  text-align: center;
  }

A.menu
  {
  width: 100%;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000099;
  text-decoration: none;
  letter-spacing: 1px;
  }

A.menu:HOVER, A.menu:ACTIVE
  {
  background: #aaccff ;
  }

DIV.credits
  {
  font-size: xx-small;
  padding-top: 20px;
  padding-bottom: 170px;
  font-weight: normal;
  }
  

/* ==================================================== */
/* INFORMATION PANEL LAYOUT                             */
/* ==================================================== */
TD.info
  {
  padding: 8px 8px 8px 20px;
  }

TD.info p, TD.info ul
  {
  line-height:125%;
  }
