@charset "UTF-8";
/* CSS Document */
.buythisdvd {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	color: #000000;
	background-image: url(../images/btdBckgrnd.gif);
	background-repeat: no-repeat;
	background-position: center 18px;
	padding-top: 20px;
}
.buythisdvd a:link, a:visited{
	font-family: "Courier New", Courier, mono;
	color: #000000;
    text-decoration: none;
}
.buythisdvd a:hover{
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	text-decoration: none;
}	
