/* CSS Document */
body {
	background-color: #FFF;
	margin: auto;
}

p, td, a, h1, h2, h3, div {
	font-family: Arial, Helvetica, sans-serif;
	background-color: inherit;
}

a {
	font-size: 11px;
	color: #663399;
	text-decoration: underline;
	margin-top: 10px;
}

a:hover {
	color: #F00;
}

a.answer {
	color: #FFF;
	background-color: transparent;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.buttonlink {
	margin-top:20px;
	border:1px solid #C00;
	text-decoration:none;
	padding:4px;
	background-color:#FFF;
	color:#C00;
}

