h1 {
	color: Red;
	font: bold 20pt "Times New Roman", Times, serif;
	text-decoration: underline;
	text-align: center;
}
h2 {
	color: Fuchsia;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: underline;
}
h5 {
	color: Red;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: lighter;
}
h6 {
	color: Gray;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-top: 0pt;
	text-align: center;
}
a {
	color: Blue;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-decoration: none;
	white-space: nowrap;
}
a:hover {
	color: Fuchsia;
	font-family: serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}
, body {
	color: Black;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: Black;
}


