
a.browserButton {
	color: #f00;
	font-size: 12px;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-weight: bold;
	text-decoration: none;
	background-color: #c3c3c3;
	margin-right: 5px;
	padding: 2px 5px;
	border: solid 1px #333
	}

a.browserButton:hover {
	color: #c3c3c3;
	background-color: #f00
	}


