a.button {
	display:block;
	text-align:center;
	width:16ex;
	padding:2px;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
}

a.button:link    { color:#00f; background-color:transparent; }
a.button:visited { color:#00f; background-color:transparent; }
a.button:hover   { color:#ff0; background-color:#00f; }
a.button:active  { color:#ff0; background-color:#a03; }


a.button2 {
	display:block;
	text-align:center;
	width:90%;
	padding:7px;
	text-decoration:none;
	background-color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #99B6DD;
	margin-left: 2%;
	font-size: 14px;
}

a.button2:link    {
	color:#FFFFFF;
	background-color:#4579C0;
}
a.button2:visited {
	color:#FFFFFF;
	background-color:#4579C0;
}
a.button2:hover   {
	color:#FFFFCC;
	background-color:#4579C0;
	text-decoration: underline;
}
a.button2:active  {
	color:#FFFFFF;
	background-color:#339999;
}
