body {
	background-image:url("background.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:helvetica;
}

a {cursor: hand;
  text-decoration: none;
  font-family: helvetica;
  font-size: 14px;
  }
  
a:link { color: grey; text-decoration: none;}
a:visited { color: grey; text-decoration: none;}
a:hover { color: lightblue; text-decoration: none;}
a:active { color: black; text-decoration: none;}