html {
	overflow: -moz-scrollbars-vertical;
	height: 100%;
	line-height:130%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	margin: 10px 0px;
	background-color: #000000;
	color:#656565;
}
img {
	border: 0px;
}	
h1, h2, h3, h4, h5, h6 {
	color:#000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}
a {
	color: #0000ff;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited, a:active {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #ffaa00;
	text-decoration: none;
}
hr { border:0; line-height:0; }
