/* Font control of body text and background */
BODY {
	margin : 10px 15px;
	font-family : Arial;
	text-align : justify;
}
/* Font control of header links */
.header {
	font-family : Haettenschweiler, serif;
	font-size : 18pt;
}
/* Font control of footer links */
.footer	{
	font-family : serif;
	font-size : 10pt;
}
/* Font control of target links */
.anchor {
	font-size : 23pt;
	text-align : center;
	font-family : Garamond;
}
h1	{
	font-size : 33pt;
	font-weight : 800;
}
h2 	{
	font-size : 21pt;
}
h2 i	{
	text-decoration : underline;
}

table {
	text-align : justify;
}
