.hiding
{
	visibility: hidden;
}
.wrong
{
	color: #CC3300;
	background-color: #FFDEC8;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	height: 15;
}
.correct
{
	color: #004230;
	background-color: #CAECB6;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	height: 15;
}
.wrong:link
{
	text-decoration: none;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.wrong:visited
{
	text-decoration: none;
	color: White;
}
.wrong:active
{
	text-decoration: underline;
	color: White;
}
.wrong:hover
{
	text-decoration: underline;
	color: White;
}