h1 {
	text-align: center;
	color: #008000;
	font: bold normal 30px/normal Garamond;
	letter-spacing: normal;
	white-space: normal;
	display: block;
	text-transform: none;
	background-color: #CCFFCC;
	direction: ltr;	
}
a:link {
	text-decoration: none;
	color: #000099;
	font-style: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #003300;
	line-height: normal;

}
a:visited {
	font-style: normal;
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
	font-style: normal;
}
a:active {
	color: #006699;
	text-decoration: none;
	font-style: normal;
}
