body {
	margin: 0px;
	background: #FFAA28;
}
h1 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 3px 3px 5px darkgray;
	text-align: center;
}
h2 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 130%;
	text-shadow: 3px 3px 5px darkgray;
}
h3 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	text-shadow: 3px 3px 5px darkgray;
}
.pop-up-link {
	cursor: hand;
	color: #0000CC;
}
td, p, pre, ol, ul, li {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
}
.shaded, .endorsement {
	background-color: #ffeed5;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	shadow: 10px;
	dropshadow: 10px;
}
.endorsement {
	font-style: italic;
	padding-top: 1px;
	padding-bottom: 1px;
}
tt {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
}
.footnote {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 10px;
}
.result_bad {
	color: #990000;
}
.result_good {
	color: #008800;
}

