Body {
	font-family: georgia, Arial sans-serif;
}
.Normal {
	font-size: small;
	color: black;
}
H1 {
	font-size: large;
	font-weight: bold;
	color: navy;
}
H2 {
	font-size: medium;
	font-weight: bold;
	color: navy;
}
H3 {
	font-size: small;
	font-weight: bold;
	color: navy;
}
H4 {
	font-size: x-small;
	color: navy;
}
H6 {
	font-size: xx-small;
	color: navy;
}
A:link img {
	border-style: none;
}
p {
	font-size: x-small;
	color: black;
}

