



.button1
{
     background: url(images/download.png);
     height:67px;
	 width:200px;
	 display:block;
	margin-right:10px;
	font:20px arial;
	line-height:65px;
	padding-right:20px;
}
.button1:hover
{
     background-position:0px 67px;
}
.a a:hover {
color:white;
text-shadow:1px 1px 1px black;
}
.a a {
color:black;
}

