.main {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-align: center;

}
.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-align: justify;

}
a:link {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFCC;

}
a:visited {
	text-decoration: none;
}
