.b1 {
	color: #000000;
	text-decoration: none;
}
.w1 {
	color:#FFFFFF;
	text-decoration: none;
}
.w1 a:hover{
color:#000000;
text-decoration:inherit;
}
.white{
color:#999999;
	text-decoration: none;
	}
.white a:hover{
color:#990000;
text-decoration:overline;
}
.b1 a:hover{
color:#FFFFFF;
text-decoration:inherit;
}
.tittle
{
color:#FFFFFF;
font-weight: bold;
text-decoration:none;
}
.yellow{
color:#E3A51E;
text-decoration:none;
}
.yellow a:hover {
color:#FFFFFF;
text-decoration:blink;
}