html, body {
    margin: 0;
    padding: 0;
    font-family: "Arial",sans-serif;
    min-height: 100%;
}

body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3d3d3+0,b5b5b5+100
background: rgb(211,211,211); 
background: -moz-linear-gradient(top, rgba(211,211,211,1) 0%, rgba(181,181,181,1) 100%);
background: -webkit-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(181,181,181,1) 100%);
background: linear-gradient(to bottom, rgba(211,211,211,1) 0%,rgba(181,181,181,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

a {
    text-decoration: none;
    color: darkblue;
    border-bottom: 1px dotted darkblue;
}

a:hover {
    border-bottom: 1px solid darkblue;
}

.headerbar {
    height: 80px;
    width: 100%;
    /*background-color: darkblue;*/
    background: rgb(59,103,158); /* Old browsers */
background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
}

.headerbar a {
    margin: 0;
    font-weight: 800;
    font-size: 36px;
    padding-top: 15px;
    padding-right: 50px;
    float: right;
    color: white;
    border: none;
}

.box {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    -webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.75);
    width: 50%;
    margin: auto;
    padding: 10px;
    background-color: white;
}

.subhead {
    font-style: italic;
    color: grey;
    text-align: right;
}

div.copyright {
    margin-top: 10px;
    text-align: center;
    font-size: 80%;
}

@media (max-width: 650px) {
    .box {
        width: 95%;
        padding: 10px;
        border: none;
    }
}
