@charset "windows-1252";
body
{
	font-family: Verdana, Courier New, Arial, Times New Roman, Times, Garamond;
	background-color: #ECEEAA;
	color: black;
	text-align: left;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, Times, Verdana;
	text-align: center;
}

h1
{
	font-size: xx-large;
}

h2
{
	font-size: x-large;
}

h3
{
	font-size: large;
}

li
{
	list-style-type: disk;
	list-style-position: outside;
}

hr
{
	width: 75%;
	text-align: center;
	size: 3;
	borderBottomStyle: ridge;
}
