body {
  background: #000;
  font-family: “Trebuchet MS”, Verdana, Arial, serif;
  font-size: 12px;
  color: #fff;
}

a:link {
	color: #FF0033;
	text-decoration: none;
}
a:visited {
	color: #FF0033;
	text-decoration: none;
}
a:hover {
	color: #b80000;
	text-decoration: underline;
}
a:active {
	color: #FF0033;
	text-decoration: none;
}
