*	{ margin:0;padding:0;border:0; }
html	{ font-size:100%; height:101%; }
body	{
	font-family: Arial,Helvetica,sans-serif;
	padding:0.5em;
	font-size:large;
}
h5 {
	border-bottom:0.02em solid #000;
}
p {
	clear:both;
}
a img {
	border:4px solid green;
}
a {
	border:0px;
}
a:focus,a:hover {
	border:0px solid white; /* Must have colour for ie fix? */
}
a:hover img,a:focus img {
	border:4px solid red;
}
/*#wrapper {width:770px; }		*/

ul#answers_text,ul#options_text { width:auto;list-style-type: disc;margin:0.5em; }
ul#answers_text li,ul#options_text li { display:block;list-style-type: disc; }

#answers {
	text-align:center;
	list-style:none;
}
#options {
	list-style:none;
	text-align:center;
}

ul#answers li,ul#options li {display:inline;padding:2px;}

h5#num	{ float:right;border:0; }
p#help {font-size:small;}
.selected {font-weight: bolder; color: #CC0000;}







