H1 {
	font-family : "Akzidenz Grotesk BE Bold", "Trebuchet MS", Arial, sans-serif;
	color : Blue;
	text-align : center;
}
H2 {
	font-family : "Akzidenz Grotesk BE Bold", Arial, "Trebuchet MS", sans-serif;
	color : #6B8E23;
	text-align : center;
}
Body {
	background : White no-repeat left top;
	font-family : Arial, "Trebuchet MS", sans-serif;
	color : Black;
	font-size : 12px;
	background-attachment : scroll;
		}

td {
	color : Black;
	text-indent : 5px;
	font-size : 12px;
	font-family : Arial, "Trebuchet MS", sans-serif;
}
a:link {
	color : #191970;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 12px;
}

a:hover {
	color : Blue;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 12px;
}
a:visited {
	color : Maroon;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 12px;
}
p {
	color : Black;
	font-size : 12px;
	font-family : Arial, "Trebuchet MS", sans-serif;
}

th {
	color : Black;
	font-size : 11px;
	font-family : Arial, "Trebuchet MS", sans-serif;
}

#bigger {
	font-size : 18px;
}

#smaller {
	font-size: 11px;
	margin-left: 50px;
	margin-right: 50px;
	}