body {
	background: black; font-family: "century gothic", arial, helvetica, sans-serif;
	font-size: 100%;
	color: white;
}

h5 {
	font-size: 65%;
	text-align: center;
	background-color: black;
	margin: 0em;
	padding: 0em; font-weight: normal;
}

h6 {
	font-size: 100%;
	text-align: center;
	background-color: black;
	margin: 0em;
	padding: 0em; font-weight: bold;
}
a:link {
	color: #1E90FF;
}

a:visited {
	color: #1E90FF;
}

a:link.noline {
	color: white; text-decoration: none;
}

a:visited.noline {
	color: white; text-decoration:none;
}
a:hover.noline {
	color: #1E90FF; text-decoration: none;
}

