.footer {
width:100%;
height:60px

}
.header {
width:100%;
height:260px
}
.text {
	font-size: 12px;
	color: #666666;
}
.title {
	color: #FF0000;
}
a:hover{
	color:#900;
	font-size:14px;
	text-decoration: underline;
}
a:link{
	color:#666;
	font-size:12px;
	text-decoration:none;
}
a:visited{
	color:#666;
	font-size:12px;
	text-decoration: none;
}
a:active{
	color:#900;
	font-size:12px;
	text-decoration: underline;
}
.text_question {
	font-size: 12px;
	color: #900;
}

