a.memberbutton {
	display: block;
	width: 15em;
	background: #0000ff;
	color: #ffffff;
	border-width: 4px;
	border-style: solid;
	border-top-color: #3366ff;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #3366ff;
}

a.memberbutton:hover {
	font-weight: bold;
	text-decoration: none;
}