BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: Black;
	color: White;
}


A {
	text-decoration: none;
	font-weight: bolder;
	color: Teal;
}
A:HOVER {
	text-decoration: underline;
	color: inherit;
}


.header{
	color: White;
	font-size: 12px;
}

.main{
	background-color: White;
	color: Black;
	font-size: 12px;

}
TABLE.header{
	width: 700px;
}
TABLE.main{
	width: 700px;
}

TD.main{
	vertical-align: top;
	padding: 10px;
	margin: 10px;

}
TABLE.sub{
	color: Black;
	font-size: 12px;
}
.footer{
	color: White;
}

H1 {
	font-size : 16px;
	font-weight : bold;
	color : Red;
	font-variant : small-caps;
}
H2 {
	font-size : 12px;
	font-weight : bold;
	color : Navy;
	margin-bottom : 6px;
}
H3 {
	font-size : 12px;
	color : Navy;
	font-weight : normal;
}
H4 {
	font-size : 12px;
	font-weight : bold;
	color : Navy;
	margin-top : 6px;
	margin-bottom : 3px;
}
H5 {
	font-size : 10px;
	color : black;
	margin-bottom : 3px;
	font-weight : normal;
	margin-top : 3px;
}

HR {
	color : Black;
	height: 2px;
	margin-top : 12px;
	text-align : center;
	border : 1px solid Black;
	margin-bottom : 6px;

}
#Cast{
	font-style : italic;
	margin-bottom : 3px;
}

Table.advert{
	border : 3px dashed Black;
	border-width :3px 3px 3px 3px;
	margin : 1px;
	padding : 5px;
	width : 100%;
	background-color: White;
	color: Black;
	font-size: 12px;
}


TD.character{
	font-variant : small-caps;
	font-weight : bold;
	vertical-align : top;
}