table {
	font-family: sans-serif;
	color: White;
}
a {
	color: Yellow;
	font-family: monospace;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: Yellow;
	text-decoration: underline;
}

