@CHARSET "ISO-8859-1";

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 30%;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
	text-align: left;
}

#page
{
	margin: 0px 0 0px 0px; 
	display:block; 
	width: 100%;
	background:#fff; 
	padding:10px;
}

#menu
{
	display:block;
	top:10px; 
	right:10px; 
	width:200px; 
	border:1px solid #888; 
	padding:10px; 
	text-align:left;
	color:#fff;
	position:fixed;
	line-height:120%;
	font-size: 12px;
}

.level
{
	font-weight: bold;
	font-size: 10px;
}

h2
{
	font-size: 18px;
	color:#333333;
}

h1
{
	color:#111111;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h3
{
	color: #444444;
	font-size: 14px;
}

