body {
	background-color: #FFFFFF;
}
p,li,div{
	font-size: 10pt;
	text-align: justify;
}
h3 {
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	margin-top: 6px;
 	margin-bottom: 6px;
}
table {
	margin-top: 10px;
	margin-bottom: 0px;
	display: inline;
}
a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
} 

a:hover {
	text-decoration: none;
	color: pink;
}
a:focus {
	outline: none;
}
div.title {
	display: inline;
	font-size: 60pt;
	clear: none;
}
div.show {
	width: 200px;
	font-size: 10pt;
}
img#backButton {
	float: left;
}
img.flierThumb{
	display: block;
	margin-left: auto;
    	margin-right: auto;
}
.secret {
	font-size: 2pt;
	color: white;
	position: absolute;
	bottom: 30px;
	z-index: -1;
}

p.showComments {
        margin-left: 8pt;
        margin-right: 8pt;
}

div.copyright {
	font-size: 8pt;
	color: #CCCCCC;
	position: absolute;
	bottom: 5px;
	left: 10px;
}

a.copyright:link {
	text-decoration: none;
	color: #CCCCCC;
}

a.copyright:visited {
	text-decoration: none;
	color: #CCCCCC;
}

