body {
	background-color:black;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align:center;
	margin-top:50px;
}

a {
	color: #ABB0B0;
}

a:visited {
	color: #9BC4BF;
}

a:hover{
	color: #E0FEFA;
}

.txtBold{
	font-weight:bold;
}
