h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-indent: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFFF00;
	text-indent: 10px;
	padding-left: 5px;
	margin: auto;
	padding-right: 10px;
}
img {
	border: medium ridge #000000;
	color: #000000;
}
a:link {
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-style: italic;
	color: #FFFF00;
	text-decoration: underline;
}
a:hover {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-style: normal;
	color: #FFFF00;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
