h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.Header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
        text-decoration: none;
}

.Header A:link { text-decoration: none; }
.Header A:visited { text-decoration: none; }
.Header A:hover { text-decoration: none; }
