A, A:VISITED, A:ACTIVE {
	color : #0000FF;
	font-weight : normal;
	text-decoration : none;
}
A:HOVER {
	text-decoration : underline;
}

H2 {
	font-size : 150%;
	font-weight : bold;
	margin-bottom : 1.2em;
	background-color : #FFFF00;
	color : #000000;
	width : auto;
}

H3 {
	font-size : 100%;
	font-weight : bold;
	margin-top : 0em;
	margin-bottom : 0.3em;
	margin-left : 1.5em;
}