@charset "utf-8";
/* CSS Document */

.twofiveseven a:link{
	color: #FFFFFF;
}
.twofiveseven a:visited{
	color: #CCCCCC;
}
.twofivesevena:hover{
	color: #FFFF00;
}
.twofiveseven a:active{
	color: #996633;
}
.twofiveseven a:focus{
	color: #990000;
}
