body {
  margin: 5px;
  background-color: #000000;
}

* {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px; 
}

a {
	text-decoration: underline;
	color: #a4cdfb;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px; 
}

a:hover {
	text-decoration: none;
}