a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #666666;
	background-color: #FFFFFF;
	border: 0px none;
}
