article {
    display: block;
}

body {
    background-color: white;
    background-position: top;
    font-size: 125%;
    font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
    font-weight: normal;    
    color: black;
}

footer {
    color: #808080;
    font-size: 0.6em;
    margin-top: 4em;
}

h1 {
    color: #000000;
    font-size: 2.5em;
    letter-spacing: -1px;
    line-height: 100%;
}

header {
}

.links {
    font-size: 0.8em;
    position: relative;
    bottom: 2em;
    right: 1em;
}

#container {    /* grouping for everything inside the body tag */
    max-width: 32em;    
    margin: 0 auto;
    text-align: left; 
    background-color: #FFF;
} 
