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