body
{ 
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}
.PageHeader
{
	font-size: 24px;
	font-weight: bold;
	color: darkblue;
}
.Filmography
{
	color: white;
	background-color: darkblue;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
}
td
{
	font-size: 12px;
}
.itemRow
{
	font-size: 10px;
}
.itemTable
{
	background-color: black;
	color: white;
	padding: 6px;
}
.PageSubHeader
{
	font-size: 16px;
	font-weight:bold;
	color: darkblue;
}
.FilmTitleLink
{
	font-style:italic;
	font-weight:bold;
	padding-left: 12px;
}
.CreditsTable
{
	width: 480px;
}
.CreditTitle
{
	font-weight:bold;
}
.CreditName
{
	text-align: right;
}
.NavLink
{
	color: darkblue;
	font-size: 10px;
}
.NavLocation
{
	font-size: 10px;
	font-weight:bold;
}
.NavDivider
{
	font-size: 10px;
	padding-left: 4px;
	padding-right:	4px;
}
.Anchor
{
	font-size: 10px;
	color: darkblue;
}
A
{
	color: white;
	font-weight: bold;
}
A.visited
{
	color: lightblue;
}
.LinkOnWhite
{
	color: darkblue;
}