BODY { background-color: #FFFFFF; margin: 0 }

.btnOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
	display: block;
	font-weight: bold;
}

.btnOver A:hover { 
	DISPLAY: block; 
	BACKGROUND-COLOR: #404040; 
	COLOR: #FFFFFF; 
	line-height: 16px;
	text-decoration: none;
	background-image: url(../img/menu_box.gif);
	background-repeat: no-repeat;
	background-position: center;
}
