/* CSS Document */.button a {	background-color: #FFCC00;	border: 1px solid #333333;	display: block;	padding-bottom: 4px;	padding-left: 12px;	padding-top: 6px;	text-decoration: none;	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;	font-size: 90%;	color: #990000;	width: 90%;	font-weight: bold;	background-position: #CCCCCC;}.button a:hover {	background-color: #990000;	border: 1px solid #330000;	color: #FFFFFF;	text-decoration: none;	font-weight: bold;}