body {
    font-family: 'Droid Sans', sans-serif;
}


#action {
    width:50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

#file {
    display: none;
}

.inputArea {
    margin-bottom: 25px;
    padding:20px;
    background-color: aliceblue;
}

#page {
    width:960px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    text-align: center;
}

#footer {
    font-family: 'Droid Serif', serif;
    font-size: .7em;
    text-align: center;
    font-style: italic;
}

#header h1 {
 font-weight: 700;   
}

h4 {
    margin-top: -10px;
    font-weight: 400;
}

.inputArea h4 {
    font-weight: 700;
    margin-top:5px;
    margin-bottom: 15px;
}
