html, body {
	height:100%;
}

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
	overflow-x:auto;
	overflow-y:auto;
}
h1 {		
	margin:0px;
	font-size:12px;
	font-weight:bold;
}
p {
	margin:2px 0px 12px 0px;
}

a:link, a:visited {
	color:#000000;
} 
a:hover, a:active {
	color:#666666;
}
.selected {
	font-weight:bold;
}
.logo, .logo:hover {
	font-size:32px; 
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}