.navigation {
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  color: #ffffff;
  background-color: #000099;
  width: 140px;
}
.navigation:hover {
  padding: 8px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background-color: #cc0000;
  display: block;
  width: 140px;
}
.paragraph {
  padding: 3px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  background-color: white;
}
