body {
	margin: 0px;
	font-family: verdana, arial, sans serif;
	font-size: 12px;
	background-color: white;
	border: solid 0px black;
}
		
hr {
	border-top: none 0px black;
	border-left: solid 0px black;
	border-right: solid 0px black;
	border-bottom: dashed 1px black;
	width: 80%;
}

table.header {
	border: 1px solid black;
}


hr.moviesindex {
	border-top: none 0px black;
	border-bottom: dashed 1px black;
	width: 55%;
	}

.img_tbl TD { 
	font-size: 10px; 
	text-align: center;
	vertical-align: top;
}

.img_tbl img { border: solid 0px black; }

.file { 
	font-size: 10px; 
	vertical-align: top;
} 

h2 { text-align: center; }
a { color: black; }
p { font-size: 14px; }
th { 
	font-size: 12px;
	text-align: left;
}
td { 
	font-size: 11px;
	vertical-align: top;
}
.gallery { 
	max-width: 500px;
	max-height: 500px;
}
.galleryavatar {
	max-width: 150px;
	max-height: 150px;
}

table.gallery {
	border: 1px solid gray; 
	padding: 0px; 
	width: 500px;
	border-width: 0px;
	text-align: left;
}
td.gallery {
	height: 100%;
}
