body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-repeat: repeat;
	background-color: #333333;
}
a.button1 {
	display: block;
	width: 60px;
	height: 30px;
	padding: 0px;
	color:#FFFFFF;
	text-decoration: none;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	background-image: none;
	background-position: center;
}

a.button1:hover {
	color:#ffffff;
	background:#F9BFD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}