html {
    background-color: #000000;
}

body {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 21px;
}

h1 {
    all: unset;
}

a {
    color: #FFCC00;
}

header {
    color:#FFCC00;
    font-family: "Verdana","Arial","Helvetica", "sans-serif";  
	font-size: 1rem;
	font-weight: bold;
    height: 59px;
    position: relative;
    line-height: 39px;
    vertical-align: baseline;
}

main {
    padding-bottom: 21px;
}

.main-question {
    color: #CCCCCC;
    font-family: "Verdana","Arial","Helvetica", "sans-serif";  
	font-size: 11px;
    font-weight: bold;
    margin: 0px;
}

.main-answer, .question-addition {
    color: white;
    font-family:  "Verdana","Arial","Helvetica", "sans-serif";
    font-size: 11px;
    margin: 0px;
}

.question-addition {
    font-size: 10px;
}

.section-title {
    color: white;
    font-family: "Verdana","Arial","Helvetica", "sans-serif";
    font-size: 11px;
    font-weight: bold;
    margin-top: 11px;
    margin-bottom: 11px;
}

.question-answer {
    padding-left: 40px;
    margin-bottom: 11px;
}