
body {
	background-color: #ffffff;
	
}

p {
	font-family: "times new roman, serif";
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
	color: #603060;
}

ul {
	font-family: "times new roman, serif";
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
	color: #603060;
}

h1 {
	font-family: "times new roman, serif";
	font-style: normal;
	font-weight: normal;
	font-size: 36pt;
	color: #ff8000;
	padding: 10px;
}

h2 {
	font-family: "times new roman, serif";
	font-style: normal;
	font-weight: normal;
	font-size: 24pt;
	color: #603060;
	padding: 10px;
}

h3 {
	font-family: "times new roman, serif";
	font-style: normal;
	font-weight: normal;
	font-size: 18pt;
	color: #ff8000;
}

address {
	font-family: "times new roman, serif";
	font-style: italic;
	font-size: 14pt;
	color: #ff8000;
}

A:link {
	text-decoration: underline;
	color: #ff8000;
}

A:visited {
	text-decoration: underline;
	color: #ffc000;
}

