
BODY{
background-color:black;
background-image:url("back.jpg");
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center

}
a:link{color:lime}
a:hover{color:red}
a:active{color:yellow}
a:visited{color:navy}