* {
	font-family: Tahoma, Verdana, Arial
}
BODY {
	background-color: #F7F7F7;
}
A {
        COLOR: blue;
        TEXT-DECORATION: none;
}

A:hover {
        COLOR: #AA0000;
        TEXT-DECORATION: none;
}

.category {
		font-size: 22px;
}

.question {
	font-weight: bold;
}

.answer {
	font-style: italic;
}

.navigation {
	font-weight: bold;
}

.small {

}

.error {
	color: red;
	font-size: 22px;
}

.result {
	COLOR: blue;
	font-size: 20px;
}

H1 {
	font-size: 22px;
	COLOR: blue;
	TEXT-DECORATION: none;
}

