body {
  font-family: "Bitstream Vera Sans", Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-size: 16px;
}

p, li { 
    line-height: 1.4;
}

#wrap {
    width: 50%;
    margin: 0 auto;
}

#header {
    font-weight: normal;
    font-size: 24px;
    margin: 1em 0 0 0;
    text-align: center;
    letter-spacing: 1.0px;
}

h1 {
    border-top: 1px dotted #333;
    font-size: 90%;
    font-weight: bold;
    margin: 1.5em 0 0.1em 0;
    padding: 0.5em 0 0 0;
    text-transform: uppercase;
}

h2 {
    font-size: 85%;
}

hr { display: none; }

#footer {
  border-top: 1px solid #333;
  margin: 1em 0;
  padding: 1em 0 0 0;
  font-style: italic;
  font-size: smaller;
}

#badges { float: right; }

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img { border: none; }

a#everyblock {
    background: #C6F7B4;
    color: #409D1D;
}

a#fbt {
    background: #F6D0E2;
    color: #563042;
}

a#edac {
    background: #ADBBF6;
    color: #1D2B66;
}

ul {
    list-style-type: circle;
}
