h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	color: #9900FF;
	background-color: #333333;
	text-align: center;
}
body {  background-color: #5F2870}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
div {
	text-align: center;

}
a:hover {
	color: #0033CC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #996699;
	background-color: #660066;
	text-align: center;
}
li {
	display: inline;
	padding: 0 0.5em;
}

ul {
	display: block;
	padding: 0 0.5em;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding: 0.2em 0.5em 0.5em;
	margin: 0 auto 0em;
	width: 100%;
	height:3em;
	background: #660066;
	list-style-type: none;
	bottom: -1px;
	display: block;
	position: fixed;
	z-index:100;
}

#footer a {
	color: #fff;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a:hover {
	color: #0033CC;
}

#footer li {
	display: inline;
	padding: 0 0.5em;
}

#footer ul {
	display: block;
	padding: 0 0.5em;
}
#QT {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 15em;
	font-size: 0.7em;
}
.pad2 {display:block; height:3em;}
