body {
	background-color: black;
	color: white;
	font-family: Arial;
	font-size: 30px;
}

a:link {
	color:#00DEFF
}

a:visited {
	color:#00DEFF
}

a:hover {
	color:#0091E4
}

a:active {
	color:#FFF
}

table, th, td {
	border: 2px solid white;
}

img {
	box-shadow: 0 0 30px #FFF;
}