* {
    font-family: sans-serif;
}

/*
    Header
*/
#header{
    background: #f0f0f0;
    border-top: #d2d2d2 solid 1px;
    border-bottom: #d2d2d2 solid 1px;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

#header a{
    color: #373ab3;
    text-decoration: none;
}

#header a:hover{
    text-decoration: underline;
}

#logo{
    border: none;
    float: left;
}

#menu{ 
    text-align: right;
    font: bold 12pt/14pt sans-serif;
}

/*
    Body
*/
body{
    margin: 0px; 
    font: 10pt/14pt sans-serif;
}
#body{
    padding: 15px;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f0f0f0;
}
#body h1, h2{
    clear: left;
    color: #373ab3;
    font: bold 16pt/20pt sans-serif;
}
#body h3{
    color: #373ab3;
}

#body a{
    color: #4444ee;
    text-decoration: none;
}

#body a:hover{
    text-decoration: underline;
}

#intro{
    border: none;
    padding: 10px;
    float: left;
}

#tree{
    clear: right;
    border: none;
    padding: 10pt;
    float: right;
    text-align: center;
    font-size: x-small;
}

#shuffle{
    clear: right;#373ab3
    border: none;
    padding: 10pt;
    float: right;
    text-align: center;
    font-size: x-small;
}

#download-link{
    text-align: center; 
    text-decoration: underline;
}

#footer{
    background: #003680;
    color: white;
    text-align: center;
    font-size: 9pt;
}

#footer a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#footer a:hover{
    text-decoration: underline;
}

                                                                                        
