.button {
	display: inline-block;
	padding-top: 10px;
	text-align: center;
	cursor: pointer;
	}
	
.regular {
	width: 120px;
	height: 25px;
	color: #ffffff;
	font-weight: bold;
 	background: #669acd;
	cursor: pointer;
	}
	
.regular:hover {
	color: #0f3765;
	cursor: pointer;
	}