body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
	text-decoration: none;
	background-color: #FFF8ca;
	/* text-align: center; */

}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #009966;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FF00;
	text-decoration: underline;
}
