body    {
	background: black url(sats.jpg) repeat fixed;
	}
A       {
	 text-decoration:none;
	 color:green;
	}  
a:hover {
	 text-decoration:underline;
	 color:red;
	}
pre     {
	 color:yellow;
	}

