/* CSS Document */

#str {
  width             : 470px;
  padding           : 10px;
  padding-bottom    : 30px;
  
  color             : #000000;
  font-family       : Arial, Helvetica, sans-serif;
  font-size         : 12px;
  text-align        : left;
}

#str a {
  text-decoration   : underline;
  color             : blue;
}

#str a:hover {
  text-decoration   : none;
}

#onast {
  color             : #065A88;
  font-size         : 22px;
  text-align        : left;
}
