﻿h1 {
	font-size: x-large;
	margin: 1em 0.5em 0.5em 0.5em;
}
h2 {
	font-size: larger;
	margin: 1em 0.5em 0.5em 0.5em;
}
h3 {
	font-size: large;
	font-weight: bold;
	margin: 1em 0.5em 0.5em 0.5em;
}
h4 {
	font-size: medium;
	font-weight: bold;
	margin: 1em 0.5em 0.5em 0.5em;
}
p {
	margin-top: 8px;
	font-size: medium;
	color: #000000;
}
img {
	border: 0;
}
a {
	color: #653c42;
	text-decoration: none;
}
.hpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	background-color: #B9D247;
	width: 100%;
	clear: both;
	float: left;
}
#hheader {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#hheader img {
	margin: auto auto auto auto;
	display:block;
}
#htitle {
	padding: 10px 10px 10px 10px;
	margin: 0px 100px 0px 100px;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 5px 0px 0px;
	border-bottom: 1px solid #653c42;
}
#hbody {
	text-align: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 100px 0px 100px;
	font-family: Arial, Helvetica, sans-serif;
}
#hmovie {
	margin: auto auto auto auto;
	display:block;
}
#hfooter {
	padding: 10px 10px 10px 10px;
	margin: 0px 100px 0px 100px;
	height: 185px;
	font-size: x-small;
	text-align: right;
	border-top: 1px solid #653c42;
}
.hquestion {
	text-align: left;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0px 10px 0px;
}
.hanswer {
	text-align: left;
	margin: 10px 10px 30px 10px;
}
.hindented-list {
	border-right: thick orange solid;
	border-left: thick orange solid;
	text-align: left;
	margin: 0 20px 0 20px;
	padding: 0 10px 0 10px;
}
.htextleft {
	text-align: left;
}
.htextcenter {
	text-align: center;
}
.htextright {
	text-align: right;
}
.hlalpha {
	list-style-type: lower-alpha;
}
.hlcircle {
	list-style-type: circle;
}
#halbums {
	border:thin green solid;
}
.halbum {
    display:block;
    margin: 0 15px 15px 0;
	width:160px;
	padding:5px;
	border-bottom: thin;
	border-bottom-color: maroon;
	border-bottom-style:solid;
}
div.halbum > a > img {
   border:medium;
   border-style:groove;
   margin-left:50%;
   margin-right:50%;
}
div.halbum > p {
	width:160px;
	text-align:left;
	white-space:nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
}
