body	{
		font-family: arial, sans-serif;
		background: black;
		background-image: url(images/bg-dark.png);
		/* background-repeat: no-repeat;
		background-attachment: fixed; */
		color: white
}

A:hover {
	color: grey
}

A {
	color: orange;
	text-decoration: none;
	font-weight: bold
}