/* View Definition */
BODY   {
	background-color : black;
	font-family : "Times New Roman";
	font-size : 10pt;
	scrollbar-base-color : #E0FFFF;
	scrollbar-darkshadow-color : #1E90FF;
	scrollbar-face-color : Aqua;
	scrollbar-highlight-color : #9932CC;
	scrollbar-shadow-color : Purple;
	scrollbar-track-color : #7B68EE;
}

A {
	text-decoration : none;
	color : #ADD8E6;
}
A:HOVER {
	text-decoration : underline overline;
	color : #A9A9A9;
}
A:VISITED {
	color : #D3D3D3;
}
A:ACTIVE {
	color : Aqua;
}

.Filler 	{
	color : Black;
	font-size : 10pt;
}
.Title {
	font-size : 12pt;
	font-weight : bolder;
	font-style : normal;
	color : Gold;
	background-color : Gray;
	border-top-style : ridge;
	border-left-style : groove;
	border-right-style : ridge;
	border-bottom-style : groove;
}
.Button A {
	text-decoration : none;
	color : Navy;
}
.Button A:HOVER {
	text-decoration : underline overline;
	color : #9932CC;
}
.Button A:VISITED {
	color : #9932CC;
}
.Button A:ACTIVE {
	color : Navy;
}
.MovieList {
	background-color: #696969;
}