a {
	font-family: "century gothic";
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
a:hover {
	color: #00CCFF;
	background-color: #FFFFFF;
}
a:visited {
	color: #00FFFF;
}
a:active {
	color: #FFCCFF;
}



body {
	background-color: #000000;
	font-family: "Tekton Pro";
	font-weight: normal;
	color: #99FFFF;
	font-size: 16px;
}

h2 {
	font-family: "Tekton Pro";
	font-size: 20px;
	color: #99FFFF;
	margin-bottom: -15px;
}
h1 {
	font-family: "century gothic";
	font-size: 28px;
	color: #0099FF;
	margin-bottom: -2px;
}
.date {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
}


h3 {
	font-family: Arial;
	font-size: 20px;
	color: #000099;
	text-align: center;
}
li {
	font-family: "Tekton Pro";
	font-size: 18px;
	color: #0066FF;
	font-weight: bold;
}
td {
	font-family: "Tekton Pro";
	font-size: 20px;
	color: #00CCFF;
}
img {
	margin: 10px;
	padding: 10px;
}
.heading {
	color: #0099FF;
	background-color: #000000;
}
.subheading {
	color: #9CFFFF;
	background-color: #000000;
	font-size: 20px;
}

