/* Stylesheet for movies */
body		{ background: rgb(210,210,210); color: black; }
A		{ text-decoration: none; }
.dvd 		{ font-weight: bold; color: rgb(210,0,0); }
A.dvd:link	{ color: rgb(210,0,0); }
A.dvd:visited	{ color: rgb(120,0,0); }
.NEWCATEGORY	{ border: solid thick red; }
.SUBCATEGORY	{ text-align: right; vertical-align: top; background: #00cc77;}
.SEP		{ line-height: 1pt; height: 1pt; border: solid thick red; }
