@import url("http://fonts.googleapis.com/css?family=Merriweather+Sans");
h1  {   font-family:    "Merriweather Sans",sans-serif;
        font-size:      36px;
        font-weight:    900;
        color:          #999999;
    }
ul  {   font-family:    "Merriweather Sans",sans-serif;
        font-size:      22px;
        font-weight:    500;
        color:          #000000;
        list-style-type:none;
    }
li  {   margin: .3em 0;
    }
A:link      { text-decoration: none; color: #aaaaaa; } 
A:visited   { text-decoration: none; color: #aaaaaa; } 
A:active    { text-decoration: none; color: #aaaaaa; } 
A:hover     { text-decoration: none; color: black; } 
#content {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
