html { 
	overflow-x: hidden; 
}
body  { 
	font-family: verdana,arial; 
	background-color: #fcfefe; 
}
a:link { 
	color: #178c87;
	text-decoration: none;
}
a:visited { 
	color: #7fafc1;
}
a:active  { 
	color: #7fafc1;
}
a:hover {
	text-decoration: underline;
}
