.getlink {
	width: 200px;
	margin: 10px;
	text-align: center;
	text-decoration: none;
	}

a.getlink {
	color: #FFF;
}
.getlink:hover {
	background: slateblue;
	border-color: slateblue;
	}

