.circle {
	display: block;
	width: 200px;
	height: 200px;
	text-align: center;
	font: 12px Verdana;
	font-weight: bold;
	color: white;
	line-height: 24px;
	background-image: url(circle.gif);
	background-repeat: no-repeat;
	padding-top: 65px;
	margin: 10px;
}
img.smallcircle{
	margin: 5px;
	width: 50px;
	height: 50px;
}
p {
	font: 10px Verdana;
	font-weight: bold;
	line-height: 13px;
	vertical-align: middle;
	color: white;
	text-decoration: none;
}
.rightanswer {
	color: purple;
	font: 10px Verdana;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	padding: 10px;
}
.tiny, tiny a {
font: 10px Times, Times New Roman, sans-serif;
text-align: center;
text-decoration: none;
color: purple;
}
.tinyw, tinyw a {
font: 10px Times, Times New Roman, sans-serif;
text-align: center;
text-decoration: none;
color: white;
}
