/*
 * Copyright 2016 Richard Rodrigues, Nyle Rodgers, Mark Williams, Virginia Tech
 * 
 * This file is part of Coremic.
 * 
 * Coremic is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * Coremic is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with Coremic. If not, see <http://www.gnu.org/licenses/>.
 */
html {
    background-color: #660000;
}

body.container {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#content {
    background-color: white;
    margin: 40px;
}

#footer {
    margin-top: 30px;
}

dt {
    display: list-item;
    list-style-type: disc;
    margin-left: 20px;
}