body {

	background: white;
	color: black;	
	margin: 10%;
	
}

a.linkbutton {
	padding: 5px 20px 5px 20px;
	border: 1px dashed white;
	background: #585EA5;
	color: white;
	box-shadow: 5px 5px 20px #444444;
	text-decoration: none;
	float: right;
}

a.linkbutton:hover {
	text-decoration: underline;
}
