.answer {
	DISPLAY: none
}
.odd {
	COLOR: #333399;
	text-decoration:none
}
.odd:hover {
	COLOR: #333399;
	text-decoration:underline;
	cursor:hand
}
.even {
	COLOR: #993333
}

.even:hover {
	COLOR: #993333;
	text-decoration:underline;
	cursor:hand
}
