/* CSS Document */

h4.center
{
  text-align: center;
  margin-top: 10px;
  padding: 0px;
}

p.location a
{
  color: #05581e;
  text-decoration: none;
}

p.location a:hover
{
  color: #130938;
  text-decoration: none;
}

#map
{
  width: 550px;
  height: 400px;
  margin: 15px auto;
  padding: 0px;
  border: 1px solid #130938;
}
