html {
	height: 100%;
	overflow-y: hidden;
}
body {
	height: 100%;
	overflow-y: hidden;
	padding: 0;
	margin: 0;
	font-family: verdana,arial,sans-serif; 
	font-size: 11px;
	color: #666;
	text-align: center;
}
.q {
	text-align: center;
}
.faq {
	color: #D72319;
	text-decoration: none;
}
.txt {
	display: none
}	
a {
	color: #6699CC;
	text-decoration: none;
}	