body{
	background: Black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: White;
}


th {
	font-size: x-large;
}

.cntr {
	text-align: center;
}

.tcntr {
	margin-left:auto;
	margin-right:auto;
}
/* tcntr is used to align tables */
/* use: <table class="tcntr">    */
.blk {
	color: Black;
}
H2{
	text-align: center;
	color: Red;
}
a:link {
	color: Red;
}
a:hover {
	color: Yellow;
}
a:active {
	color: White;
}
a:visited {
	color: Fuchsia;
}
/* LINKS DEFINITIONS, NOTE THAT ORDER IS IMPORTANT */
/*link - unvisited link*/
/*hover - onmouseover*/
/*active - happens when you click*/
/*visited - visited*/
