.button { 
	line-height: 250%;
	color: black;
	font-size: 9pt;
	font-weight: lighter;
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-style: normal; 
	cursor: pointer;
	border: outset 3px; 
	border-color: #F0F8FF; 
	background-color: #FFe54c;
	padding: 2px 5px 2px 5px;
}

