body {
	background: #FFCCCC;
	margin: 0px;
	padding: 0px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #CC9999;
}
a:link {
	color: #0066CC;
}
a:hover {
	color: #663399;
	text-decoration: underline;

}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
h3 {
	color: #333333;
}
.tiny {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.statement {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;

}
