body {
	color: white;
	background-color: black;
	margin: 5%;
}

center {
	color: white;
	};
	
div {
	color: white;
	};

P {
	color: white;
	};
	
UL {
	color: white;
	};

H1 {
	color: white;
	};
	
H2 {
	color: white;
	};
	
H3 {
	color: white;
	};
	
H4 {
	color: white;
	};
	
H5 {
	color: white;
	};
	
H6 {
	color: white;
	};

td {
	color: white;
	background-color: black;
}

td.text {
	color: white;
	background-color: black;
	padding: 1em 1em 1em 1em;
	}

A:link {
	color: #00FF00;
}

A:visited {
	color: red;
}

A:active {
	color: yellow;
}

img.counter {
	background: white;
	};
	
p.warning {
	color: #FF0000;
	font-size: large;
}
