body {
	font-family: Arial;
	font-size: 11pt;
	background-color: #FFF;
}
#topnav {
	position: fixed; 
	top: 0px;
	right: 0px;
	left: 0px;
	display: block;
	background: #999;
	text-align: right;
	padding: 3px;
	border: #fff 2px solid;
}
#topnav a {
	margin-left: 10px;
	text-decoration: none;
	color: #fff;
}
#topnav a:hover {
	text-decoration: underline;
}
#rightnav {
	position: relative;
	float: right;
	top: 8px;
	width: 150px;
	margin-top: 3px;
}
#rightnav div {
    border: #999 1px solid;
    background: #ccc;
    padding: 4px;
	margin-bottom: 5px;
}
#rightnav div ul {
	margin: 0;
	padding-left: 15px;
}
#rightnav div a {
	color: black;
	text-decoration: none;
	border-bottom: #999 1px dotted;
}
#rightnav div a:hover {
	border-bottom: 0;
}
#rightnav div:first-line {
	font-weight: bold;
	font-size: medium;
}
#content h1 {
	padding-top: 5px;
}
