.container {
	width: 900px;
	padding: 8px;
}

body { 
    background: #FCEBC2;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

table {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.category {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background:#c0c0c0
}

.question {
    color: #800000;
    text-decoration: none;
}

.inactive {
    color: #c0c0c0;
    text-decoration: none;
    background: #808080
}

.answer {
    color: #000000;
    text-decoration: none;
}

.attention {
    color: red;
    font-weight: bold;
}