body {
    background: black;
    color: #aaa;
    font-family: "Helvetica, Verdana", sans-serif;
}

table, th, td {
    color: #aaa;
    text-align: center;
}

a:link {
  color: red;
}

a:visited {
  color: red;
}

a.glow, a.glow:hover, a.glow:focus
{
	text-decoration: none;
	color: #aaf;
	text-shadow: none;
	-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;
	-o-transition: 500ms linear 0s;
	transition: 500ms linear 0s;
	outline: 0 none;
}

a.glow:hover, a.glow:focus
{
	color: #fff;
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}