/* CSS Document */

div#bodytext #pdf a {
	float:right;
	height: 50px;
	width: 200px;
	margin-top: 5px;
	margin-right: 17px;
	background-image: url(../images/biolink.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	}

div#bodytext #pdf a:hover {
	float:right;
	height: 50px;
	width: 200px;
	margin-top: 5px;
	margin-right: 17px;
	background-image: url(../images/biolink.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
