body { background-color: #000000 }

h1 {
	color: #FFFFFF;
	font-size: 80px;
	font-family: times new roman, sans-serif;
	text-align: center
}

h2 {
	color: #FFFFFF;
	font-size: 30px;
	font-family: times new roman, "arial black", "sans-serif";
	text-align: center;
}

h3 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: times new roman, "arial black", "sans-serif";
	text-align: center
}


h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: times new roman, "arial black", "sans-serif";
}

p {
	color: #FFFFFF;
	font-size: 24px;
	font-family: times new roman, "arial black", "sans-serif";
	text-align: center;
}

a img { border: 1px white solid; }

a:...link img { border: 2px #FFFFFF solid; }
a:visited img { border: 2px #ff9966 solid; }
a:hover img { border: 2px #c0c0c0 solid; }
a:active img { border: 2px #ff6600 solid; }

a:link { color: #FFFFFF; }
a:visited { color: #ff9966; }
a:hover { color: #c0c0c0; }
a:active { color: #ff6600; }

