p {
	color: black;
}

a {
	color: white;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
}


h1 {
	font-size: 2em;
	color: white;
	background-color: red;
	padding: 0.25em;
	text-align: center;
}

h2 {
	font-size: 1.5em;
	text-align: center;
}

strong {
	font-style: bold;
	text-transform: uppercase;
}

#center {
	text-align:center;
}

#table {
	background-color: black;
	text-align: center;
}

#td	{
	color: white;
	width: 17%;
}

#link	{color:blue;
}
