/* 
Flipper Official Website - Version 3.0
Orca Design Team - L.K.Giap
Date Created - 12 March 2010
*/

/*------------------------*/

#C1 {
	margin:0px auto;
	background-color: #FFF;
	width: 1000px;
	height: 1260px;
	background-image: url(../../assets/images/background_content.png);
	background-repeat: no-repeat;
	background-position: top;
}
.C2 {
	width: 900px;
	height: auto;
	margin:0px auto;
}

/*------------------------*/

.Qtn {
	font-weight:bold;
	color: #39C;
	list-style-image: url(images/list_qtn.png);
	}
.Ans {
	list-style-image: url(images/list_ans.png);
	}
/*------------------------*/
.Learn {
	font-size: 9px;
}
.Learn a:link, .Learn a:visited {
	color:#00AEEF;
	text-decoration: none;
}
.Learn a:active, .Learn a:hover {
	color:#666;
	text-decoration: none;
}
