body {
	background-color: #ffffff;
	margin: 0px;
	}
p {
	font-family: Frutiger,Arial, sans;
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;	
	}
.question {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0033996;
	}
.referto {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	color: #FFFFFF;
	margin-left: 10px;
	padding-bottom: -5px;
	}
.referto2 {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	color: #666666;
	margin-left: 10px;
	padding-bottom: -5px;
	}
.right {
	font-family: Arial;
	font-size: 12px;
	color: #336600;
	background-color: #99FF00;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.wrong {
	font-family: Frutiger,Arial, sans;
	font-size: 12px;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.option, .optionright {
	font-family: Frutiger,Arial, sans;
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
	margin-top: 0px; margin-bottom: 0px;
}
	
.bold {
	font-weight: bold;
	}
h1 {
	font-family: Frutiger,Arial, sans;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
	}
h2 {
	font-family: Arial;
	font-size: 12px;
	border-top: #0033996,dotted,thin;
	line-height: 18px;
	font-weight: bold;
	color: #003399;
	}
h3 {
	font-family: Frutiger,Arial,sans;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}
.smallgrey {
	font-family: Frutiger, Arial;
	color: #333333;
	font-size: 10px;
	line-height: 12px;
	}
a {
	font-family: Frutiger,Arial,sans;
	color: #FF9933;
	text-decoration: underline;
	}	
a:visited {
	font-family: Frutiger,Arial,sans;
	color: #999999;
	text-decoration: none;
	}
a:hover {
	font-family: Frutiger,Arial,sans;
	color: #FF9933;
	text-decoration: underline;
	}
a:active {
	font-family: Frutiger,Arial,sans;
	color: #666666;
	text-decoration: underline;
	}
.underline {
	text-decoration: underline;
}