/* Navigation styles go here. */

P {
  color: #000033;
  font-weight: normal;
}

A {
  color: #333366;
  text-decoration: none;
  font-weight: bold;
}

A:hover { 
  color : #333366;
  background-color: #f2cb30;
}

FORM {
  text-align: right;
  margin-top: 2px;
  margin-right: 10px;
}

INPUT {
  color: #000033;
  background-color: #ffffcc;
}

