@charset "utf-8";
/* CSS Document */

	
.button a {padding: 1px 59px;
	border: 1px solid black;}
	
.button a:link {background: #0066ff;
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;}
	
.button a:visited {background: #0066ff;
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;}
	
.button a:hover {background: #CCCCCC;
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;}
