
a:link { 
color:black; 
text-decoration:none; 
}

a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover, a:active {
	font-weight: bold;
	color: #369;
	background-color: #b0c4de;
	text-decoration: none;
}

.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: 16px;
	color: black;
	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;
	width: 100%;
	text-align: center;
}

