body {background-color: Black; color: White;}

h1 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: Aqua;
	font-size: 40px; text-align: center; text-decoration: underline;}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: Red;
	text-align: center;
	margin: 5;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: White;
}

p.border {
	border-style: solid;
	border-color: White;
	border-width: 2;
}

p.a {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: White;
	}

p.b {
	color: Aqua;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

p.c {
	color: Yellow;
	font-size: 25px;
	font-weight: bold;
	text-align: center;	
}

p.d {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: Yellow;
	text-align: center;
}

p.e {
	color: Lime;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 35px;
}
p.f {
	font-family: Verdana;
	font-size: 22px;
	color: White;
}

td.bord {
	border-style: solid;
	border-color: White;
	border-width: 2;
}


a:link {
	color: Lime;
}

a:visited {
	color: Lime;
}
a:hover {
	color: Aqua;
}
a:active {
	color: Yellow;
}	

span {
	color: Lime;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}

span.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Aqua;
}	