body {
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 1.5em 2em;

background-image:url('images/bg.jpg');
background-repeat:no-repeat;
background-position:Center Top;

}

A:link {text-decoration: underline; color: white}
A:visited {text-decoration: underline; color: white}
A:active {text-decoration: underline; color: white}
A:hover {text-decoration: underline; color: lightblue}