/* CSS Document */

a:link {

	

	color: #666;

	text-decoration: none;

}

a:visited {



color: #666;

text-decoration: none;

}

a:hover {



color: #657900;

text-decoration: none;

}

a:active {



color: #666;

text-decoration: none;

}

.a1:link {

	font-size: 12px; 

	color: #fff;

	text-decoration: none;

}

.a1:visited {

font-size: 12px;

color: #fff; 

text-decoration: none;

}

.a1:hover {

font-size: 12px;

color: #ff0000;

text-decoration: none;

}

.a1:active {

font-size: 12px; 

color: #fff;

text-decoration: none;

}