body, tr, td {
    color: white;
    background-color: black;
}

a {
    color: blue;
}

a:visited {
    color: #c0c0c0;
}

a:active {
    color: #8080ff;
}

tr {
    text-align: center;
}

div.notice {
    color: red;
    font-size: larger;
    font-weight: bold;
}

h2 {
    text-align: center;
    font-style: italic;
}

td.description {
    text-align: left;
}

.new {
    color: #00ff00;
}

li.qa {
    font-size: larger;
}

.question {
    color: magenta;
}

.answer {
    font-size: smaller;
    color: yellow;
}
