/* css filmstall */

body { 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #ddd; 
	color: #000080; 
	font-size: 10pt; 
	line-height: 120%; 
	}
	
#MainBox { 
	position: absolute; 
	width: 600px; height: 260px; top: 50%; left: 50%; margin: -130px 0 0 -300px; 
	border-color: white black black white; 
	border-style: solid ridge ridge solid; 
	border-width: 2px 3px 3px 2px; 
	}
	
h1 { 
	font-size: 12pt; 
	font-weight: bold; 
	margin: 20px  0 10px;
	text-align:center;
	}
	
p { 
	text-align: justify; 
	margin: 6px 0; 
	}
	
a { color: #FFF; background-color:#333; font-size: 12pt; font-weight: bold; text-decoration: none; }

a:link { color: #CCC; }
a:visited { color: #FFF; }
a:hover { color: #FFF; }
a:active { color: #FFF; }
