body {
	background: #000 url(../IMAGES/.jpg) top center no-repeat;
	background-attachment: fixed;
	margin: 0px;
	margin-left: 2%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: -1px;
	word-spacing: 1px;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	outline: none;
	cursor: hand;
}

a:hover, a:active {
	color: yellow;
	text-decoration: none;
  	outline: none;
	cursor: hand;
}