/********** movie_text.css - Movie Text Style Page *********/
body {
    background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: "copperplate gothic light", Times, serif;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 200%;
	}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
p{
	margin: 10px 10px 10px 10px;
	font-size:12px;
	color: #654321;
}
/********** Headers and Text *********/
h1{
	color:#654321;
	font-size:18px;
	margin: 20px 0px 20px 0px;
	text-decoration: underline;
	vertical-align: text-top;
	margin-left:50px;
}
h2{
	color:#123456;
	font-size:14px;
	text-align:left;
	width:800px;
	margin: 25px 25px 25px 25px;
}
h3{
	color:#0000FF;
	font-size:14px;
	text-align:left;
	width:600px;
	margin: 10px 0px 15px 0px;
	margin-left:20px;
}
.large_bold {
    font-family: "copperplate gothic bold", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
#DataText{
	font-family: verdana, Times, serif;
	font-size: 14px;
	font-weight: normal;
}
#DataText a{color:#0000FF;
}
#DataText a:hover{color:#654321;
}
#ListText{
	font-family: verdana, Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin-left:200px;
}
#ListText a{color:#0000FF;
}
#ListText a:hover{color:#654321;
}
.footer {	
	font-family: "lucida calligraphy", Times, serif;	
	font-size: 12px;	
	color: #654321;
	font-style: normal;
	line-height: normal;	
}
.lucidaText {
    font-family: verdana, Times, serif;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

