/* CSS Document */

.footer {
font-family:"Verdana";
font-size:12px;
line-height:14px;
color:#666666;
}
.description {
	font-family: "Verdana";
	font-size: 11px;
	color: #333333;
}

.main_text {
	font-family: "arial";
	font-size: 15px;
	line-height: 17px;
	color: #666666;
	text-decoration: none;
}
a:link {
    font-family: "Arial";
	font-size: 15px;
	line-height: 17px;
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #D4FFFF;
	text-decoration: none; background-color: #FFCC00;

}
a:visited {
    font-family: "Arial";
	font-size: 15px;
	text-decoration: none;
	color: #336699;
}
a:active {
	text-decoration: none;
	color: #000066;
}
