body {
	background-color: #D6D5B4;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 20px;
}

h1 {
	font-size: 300%;
	font-weight: bold;
}

h2 {
	font-size: 260%;
	font-weight: bold;
}

h3 {
	font-size: 220%;
	font-weight: bold;
}

h4 {
	font-size: 180%;
	font-weight: bold;
}

h5 {
	font-size: 140%;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	font-weight: bold;
}

hr {
	height: 1px;
	width: 90%;
}

img {
	background-color: #FFFFFF;
	border-bottom: 2px solid #999999;
	border-left: 0px solid #999999;
	border-right: 2px solid #999999;
	border-top: 0px solid #999999;
	padding: 7px;
}

p {
	font-size: 100%;
	font-style: normal;
	vertical-align: middle;
}

td {
	font-size: 100%;
	font-style: normal;
	vertical-align: middle;
}

ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
}

.photo {
	text-align: center;
}

div.photosection p {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
div.photosection {
	text-align: center;
}
table.castlist col.actor {
	font-weight: normal;
	text-align: right;
}
table.castlist col.role {
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
}
