
a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover, a:active {
	font-weight: bold;
	color: #369;
	text-decoration: underline;
}

.unicode {
	font-family: Arial, "MS Sans Serif", Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	color: #8F8F8F;
	font-weight: bold;
	padding: 5px;
	font-family: Arial, "MS Sans Serif", Helvetica, sans-serif;
	background-color: white;
	border-top: solid 1px #DFDFDF;
	border-bottom: solid 1px #DFDFDF;
}

h2 {
	font-size: 18px;
	color: #8F8F8F;
	font-weight: bold;
	padding: 5px;
	font-family: Arial, "MS Sans Serif", Helvetica, sans-serif;
	background-color: #99CCFF;
	border-top: solid 1px #DFDFDF;
	border-bottom: solid 1px #DFDFDF;
}

