a, a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover{
	color: yellow;
}

body {
	background-color: black;
}