/* CSS */

/* Standard */

.b1 {
	border-collapse: collapse;
	border: 1px;
}
.style1 a:link, .style2 a:link {
	text-decoration: none;
	background-color: #666666;
	color: #FFFFFF;
}
.style1 a:hover, .style2 a:hover {
	color:#000000;
	text-decoration: none;
	background: #FFFFFF;
}
.style1 a:visited, .style2 a:visited{
	text-decoration: none;
	color:#000000;
	background-color: #666666;
}
a.wh:link  { color: #ffffff; text-decoration: none; background: #676767 }
a.wh:hover  { color: #ffffff; text-decoration: none; background: #656565 }
a.wh:visited { color: #ffffff; text-decoration: none; background: #676767 }
