/*
Colors (from http://kuler.adobe.com/#themeID/323417)

Base: #C2CF96
Grey: #484A47
Light: #ECEBF0
Darker: #687D77
Darkest: 353129

*/

body
{
    background:     #C2CF96;
    color:          #353129;
    font-family:    Georgia, serif;
    width:          1024px;
}

div.section
{
    border:     3px solid #687D77;
    background: #ECEBF0;
    margin:     0.5em;
    padding:    0.5em;
}

h1
{
    margin-top: 0em;
}

a:visited
{
    color:  #353129;
}

a:link
{
    color:  #687D77;
}

a:hover
{
    color:  #353129;
}

/* List items look too scrunched up */
li
{
    margin-bottom: 0.5em
}

.smalldisclaimer
{
    font-size:  x-small;
    font-style: italic;
}

