time{
    display:inline;
}
header,footer,nav,section{
    display: block;
}
*{
    margin:0px;
    padding:0px;
}
h1,h2,h3,h4,h5,h6{
    font-size: 100%;
    font-weight: normal;
}
.DatabaseError{
    color:crimson;
    text-align: center;
}
input[type="submit"]:hover{
    cursor:pointer;
}