html {
	height: 100%;
	width: 100%;
	overflow: -moz-scrollbars-vertical; height: auto;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #000000;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}
a, 
a:link, 
a:visited {
	color: #ff6633;
	text-decoration: none;
}

a:hover, 
a:active {
	color: #000;
}
