body {
	background: black;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: white;
	margin: 5;
	}


A:visited {
	color: #969696;
	text-decoration: none;
	font-weight: bold;
	}

A:link {
	color: #969696;
	text-decoration: none;
	font-weight: bold;
	}

A:hover {
	color: #969696;
	font-weight: bold;
	text-decoration: underline;
	}