body {
  color            : #333333;
  background-color : #E6EEF2;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
}

a:link, a:visited {
  font-size        : 12px;
  color            : #00426E;
  text-decoration  : none;
  font-weight      : bold;
}

a:hover {
  font-size        : 12px;
  color            : #DD0000;
  text-decoration  : none;
  font-weight      : bold;
}

hr {
  color            : #99A0AA;
  height           : 1px;
  width            : 90%;
}

.title {
  font-size        : 12px;
  color            : #4C6B7F;
  text-decoration  : none;
  font-weight      : bold;
}

.standard {
  color            : #333333;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
}

.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #222222;
}