/* CSS Document */
a {
  color: #00f;
}
a.silver {
  color: #ccc;
}
.nav {
  color: #fff;
  font-weight: bold;
  font-size: 10pt;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  text-decoration: none;
}
p.community_listings {
  text-align: center;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 14px;
}
p.community_listings a:link, p.community_listings a:visited {
  font-weight: bold;
  color: #00f;
  text-decoration: none;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #000;
}
p.community_listings a:hover {
  color: #f00;
}
