html, body {
    color: #8fecc8;
    background: #4a4a4a;
    font-family: sans-serif;
    font-size: 100%;
}
p, th, td, li, dd, dt {
    color: #8fecc8;
    font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 2em;
    color: #ff395e;
    font-family: sans-serif;
}
a:link { color: #4f4f4f; }
a:visited { color: #4f4f4f; }
a:hover { color: #4f4f4f; }
a:active { color: #4f4f4f; }
