@charset "UTF-8";
/* CSS Document */
body {
	background-color: #990000;
}

	
	h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30pt;
	font-weight: bold;
	color: #034EA2;
	text-decoration: none;
}
h2 {
	font-family: Verdana;
	font-size: 24pt;
	font-weight: bold;
	color: #CC3333;
	font-style: italic;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #034DA2;
	text-decoration: none;
	text-align: left;
	background-color: #990000;
