h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #CC0000;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
}
a:link{
	color: #FF0000;
}

a:visited{
	color: #999999;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.filmtitle {
	color: #FF0000;
	height: 160px;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	padding-top: 22px;
}
.filmtitle > a:link {
	color: #FF0000;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	height: 114px;
	width:  122px;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff
}
.filmtitle a:hover {
	color: #FFFFFF;
	float: left;
	height: 114px;
	width:  122px;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background-color: #ff0000;
	padding-top: 22px;

	}

.filmpicture {
	background-color: #999999;
	padding: 10px;
	
}
.filmblurb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 22px;
	background-color: silver;
	padding-left: 7px;
	border-style: none;
	border-bottom-style: groove;
	border-color: #FF0000;
}
.buybutton {
	background-color: #1f5d9b;
}
.availabledvd {
	color: #CCCCCC;
	background-color: #333333;
		font: 10px Verdana, "Lucida Grande", sans-serif;
		padding-top: 22px;
	text-align: center;
	border-bottom-style: groove;
	border-color: #FF0000;
}

.availabledvd > a:link{
	color: #FF0000;
}
                                                        
