A:link {
	background-color: #00FFCC;
}

.button {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: thin outset;
	background-color: #D3D1AD;
	text-decoration: none;
	color: #336699;
	background-position: center;
	text-align: center;
	min-width: 75px;
	text-transform: uppercase;
}
.button:link { 
	border-width: 1px;
	background-color: #006600; 
	color: #FFF;
	border-color: white black black white;
	text-decoration: none;
}
.button:visited {
	border-width: 1px;
	background-color: #006600; 
	color: #fff;
	border-color: white black black white;
	text-decoration: none;
}
.button:hover { 
	border-width: 1px;
	background-color: #006600; 
	color: #ccc;
	border-color: black white white black;
	text-decoration: none;
}
.button:active { 
	background-color: #336699; 
	color: #ccc; 
	border-color: black white white black;
	text-decoration: none;
}


