
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: 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;
}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-family: Arial, "MS Sans Serif", Helvetica, sans-serif;
	font-size: 12;
	font-weight: normal;
	margin-top: 20;
	text-align: center;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a 
{
	padding: 3px;
	width: 100px;
	background-color: #99CCFF;
}

#navlist a:link, #navlist a:visited
{
color: black;
background-color: #99CCFF;
text-decoration: none;
}

#navlist a:hover
{
color: white;
background-color: #369;
text-decoration: none;
}

ul#navigation
{
list-style-type: none;
margin: 0;
padding: .5em 0;
border-top: 1px solid #666;
}

ul#navigation li a
{
	display: block;
	width: 5em;
	color: black;
	background-color: #99CCFF;
	padding: .2em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

ul#navigation li a:hover
{
color: white;
background-color: #369;
}

ul#navigation .left { float: left; }
ul#navigation .right { float: right; }