body {
    width: 980px;
}

header {
    text-align: center;
    /* padding-left: 30px; */
}

h1 {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
}

button {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #FFFFFF;
    background-color: #FF0000;
}

hr {
    color: #FF0000;
    border-color: #FF0000;
    background-color: #FF0000;
}

footer {
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

a {
    color: #FF0000;
    text-decoration: none;
}
a:hover {
    color: #026500;
}