/* CSS Document */

.contact a:link, .contact a:visited {
  font-size        : 14px;
  color            : #aa3300;
  text-decoration  : none;
  font-weight      : bold;
}
.contact a:hover {
  font-size        : 14px;
  color            : #0000aa;
  text-decoration  : none;
  font-weight      : bold;
}


