a:link {
	color: #000000;
	}
a:visited {
	color: #000000;
	}
a:hover {
	color: #9a5d15;
	}
a:active {
	color: #000000;
	}

a.buttons:link {
        color: #9a5d15;
	  	background-color: #d2c78d;
	  	text-decoration: none;
	  	}
a.buttons:visited {
        color: #9a5d15;
	  	background-color: #d2c78d;
	  	text-decoration: none;
	  	}
a.buttons:hover {
	  	color: #d2c78d;
	  	background-color: #9a5d15;
	  	}
a.buttons:active {
        color: #9a5d15;
	  	background-color: #d2c78d;
	  	text-decoration: none;
	  	}

a.buttons:link span {
	  	color: #d2c78d;
	  	background-color: #d2c78d;
	  	text-decoration: none;
	  	}
a.buttons:visited span {
	  	color: #d2c78d;
	  	background-color: #d2c78d;
	  	text-decoration: none;
	  	}
a.buttons:hover span {
	  	color: #9a5d15;
	  	background-color: #9a5d15;
	  	}
a.buttons:active span {
	  	color: #d2c78d;
	  	background-color: #d2c78d;
	  	text-decoration: none;
	  	}
