<STYLE TYPE="text/css">
body
	{
	background : #FF00FF;
	padding : 0;
	text-align : left;
	}
</STYLE>
	
	
.Question
{
	border: 1px black solid;
	width:500px;
}

.correct
{
	background-color:#00FF00;
}

.false
{
	background-color:#FF0000;
}

.results
{
	font-weight: bold;
}