body {
	background-color:#FFFFFF;
}
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;
}
h2 {
	font-family: "Bookman Old Style";
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.style1 {
	font-weight: bold;
}
.style2 {
	font-weight: bold;
	font-style: italic;
}
.style3 {
	color: #FF0000;
	font-weight: bold;
}
.style4 {
	font-style: italic;
}
.style5 {
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
	font-size: 15px;
	font-variant: small-caps;
}
