.volume {
	  background-color: rgb(209, 224, 192);
	  text-align:center;
	  font-size:12px;
	  line-height: 21px; /* equal to height of the containing element */
	  border: solid 1px rgb(255, 255, 204);
	  height:19px;
	  font-family: Arial, Helvetica, sans-serif;
}
.volume:hover{
	  background-color:rgb(184, 247, 114);
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:underline;
}