/* CSS Document */

body {
  background: url(../images/bg.gif);
  background-repeat: repeat;
  color: #062a4d;
  font-family: Times, serif;
  /*font-family: Verdana, Arial, Helvetica, sans serif;*/
  font-size: 15px;
}

img {
  border: 0px;
  margin-bottom: 5px;
}

a {
  color: #062a4d;
  font-family: Times, serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #062a4d;
  font-family: Times, serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}


.italics {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}