@charset "utf-8";
/* CSS Document */

.home a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	background:#ffc211;
}
.home a:hover {
	color:#000000; 
	background:#ffc211;
	}
.home a:visited {
	color:#000000; 
	background:#ffc211;
	}
.home a:active {
	color:#000000; 
	background:#ffc211;
	}
.home :hover > a {
	color:#00000;
	background:ffc211;
	}