a:link, a:visited, a:active {
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: blue;
}
a:visited {
	color: purple;
}
a:active {
	color: navy;
}
a:hover {
	color: red;
}
h1 {
	font-family: "Bookman Old Style";
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
h3 {
	font-family: "Bookman Old Style";
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.style1 {
	font-weight: bold;
	font-style: italic;
	font-family: "Georgia";
	text-align: center;
	font-size: 15px;
}
.style2 {
	font-weight: bold;
	font-family: "Georgia";
	font-size: 15px;
}
.style3 {
	font-weight: bold;
	font-family: "Georgia";
	font-size: 16px;
}
.style4 {
	font-weight: bold;
	font-family: "Georgia";
	font-style: italic;
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
h2 {
	font-weight: bold;
	font-variant: small-caps;
}
.style5 {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 18px;
	text-align: center;
}
.style6 {
	font-family: "Georgia";
	font-size: 14px;
}
.style7 {
	font-family: "Georgia";
	font-size: 16px;
}
.red {
	color: #FF0000;
}