body,html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #000000;
	margin:0px;
	padding:0px;
	height:100%;
}
.toolbar {
	background-image: url(images/toolbar.gif);
	background-repeat: repeat-x;
}
a {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
h1 {
	font-size:1.2em;
}
h2 {
	font-size:1.1em;
}