@charset "ISO-8859-1";
h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #06F;
	text-decoration: none;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
a:link {
	color: #0C0;
}
a:visited {
	color: #0C0;
}
a:hover {
	color: #0C0;
	font-style: italic;
}
a:active {
	color: #0C0;
}

