/* NOLF Game Review - Jon Parise <jparise@cmu.edu> */

body {
    background-color: #338ad2;
    color: #ffffff;
    font-family: verdana;
    font-size: 10pt;
}

.copyright {
    color: #cccccc;
    font-size: 8pt;
    margin-top: 20px;
    text-decoration: none;
}

.quote {
    color: #ffffcc;
    margin-left: 40px;
    margin-right: 20px;
}

.quote-person {
    color: #ffff99;
    margin-right: 100px;
    margin-top: 10px;
    text-align: right;
}

a {
    color: #ffcc33;
}

a:visited {
    color: #ffcc33;
}

h3 {
    color: #ffff99;
}
