h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	text-align: center;
	margin: 10px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
	font-weight: bold;
	clear: both;
	width: 100%;
	left: 10px;
}
.footer a:visited {
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	color: #00FF00;
	background-color: #CCCCCC;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.errorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	width: 100%;
	clear: both;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.cantView {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	margin: 20px;
	font-weight: bold;
	clear: both;
	float: left;
	width: 100%;
	left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	text-align: center;
	font-style: italic;
}
.blockOfText {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	vertical-align: middle;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: oblique;
	color: #000000;
	text-align: center;
}
.headerTable {
	width: 100%;
	text-align: center;
	clear: right;
	float: left;
}
.movie {
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.fullPage {
	float: left;
	left: 0px;
	top: 0px;
	width: 1000px;
}
