
.rustbutton, .rustbutton:visited, .rustbutton:active {
	font-family : Arial;
	font-weight : bold;
	color: #FFFFFF;
	text-decoration : none;
	width: 100px;
	background-color: #006699;
}

.rustbutton:hover {
	font-family : Arial;
	font-weight : bold;
	color: #FFFFFF;
	text-decoration : none;
	width: 100px;
	background-color: #0000FF;
}

.brownbutton, .brownbutton:visited, .brownbutton:active {
	font-family : Arial;
	font-weight : bold;
	color: #FFFFFF;
	text-decoration : none;
	width: 100px;
	background-color: #990000;
}

.brownbutton:hover {
	font-family : Arial;
	font-weight : bold;
	color: #FFFFFF;
	text-decoration : none;
	width: 100px;
	background-color: #0000FF;
}