h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #8A1728;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 120%;
	text-decoration: none;
	list-style-type: disc;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	color: #8A1728;
	text-decoration: none;
	padding: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
