﻿body
{
	font-family: 'Bookman Old Style';
	font-size: small;
}
h1
{
	font-family: 'Bookman Old Style';
	font-size: large;
	font-style: italic;
	text-align: center;
}
p
{
	padding: 4px;
	margin: 4px;
	font-family: 'Bookman Old Style';
	font-size: small;
	text-align: justify;
	width: 409px;
}
p:first-letter
{
	font-family: 'Bookman Old Style';
	font-size: large;
}

a:hover
{
	color: #0000FF;
	font-size: small;
	font-weight: bold;
}

h2
{
	font-family: 'Bookman Old Style';
	font-size: medium;
	font-style: italic;
	text-align: center;
}
h3
{
	font-family: 'Bookman Old Style';
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	border-style: groove;
	border-width: medium;
	width: 335px;
}
