
#correct{
    background-color: #B4FC94;
	width: 80%;
}

#incorrect{
	background-color: #FC9E94;
	width: 80%;
}

#chosen{
	background-color: #FCF894;
	width: 80%;
}

#head {
	font-size: 14pt;
}

#infoText {
	font-style: italic;
	color: #4e8975;
}

#loggedIn {
	font-style: italic;
	background-color: #FEEF9C;
	font-size: 10pt;
}
	
#errorText {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

#statusText	{
	font-weight: bold;
	color: #151b8d;
}

#footerBackground {
	background-color:#99CCFF;
}

#question {
	background-color:#C5E3FF;
	width: 80%;
}

#answer {
	background-color: #99CCFF;
	width: 80%;
}

div.copyright
{
    FONT-SIZE: 12px;
    TEXT-ALIGN: center;
    BACKGROUND-COLOR: #99CCFF
}

error{
	font-style: italic;
	font-weight: bold;
	color: red;
}

div.error{
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
	