.box {
	color: #CCCCCC;
	background-color: #006600;
	margin: 2px;
	padding: 2px;
	height: 18px;
	width: 75px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: solid;
	border-bottom-style: outset;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
	text-align: center;
	float: left;



}
.roll a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #006600;

}
.roll a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #006600;

}
.roll a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #00FF99;
	display: block;


}
