
.txtMain{
	font-size: 12px;
	color: #333333;
}
.h2{
	font-weight:bold;
	font-size: 20px;
	color: #333333;
}
a:link {
	font-size: 12px;
	color: #FF6600;
}
a:hover {
	/*text-decoration:underline;*/
	color: #0099FF;
}

.orange {
	color:#FF9900;
	font-size:14px;
}