/* CSS Document */

a{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	background: #b9b2a1;
	text-decoration: none;
}