@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 80%;*/
	background-color: #FFFFFF;
}
h1 {
	font-weight: bold;
	color: #006600;
	text-align:center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
}
.reference {
	text-align:center;
	color: #993300;
}
strong {
	color: #000000;
}