:link, :visited { text-decoration: none ! important }
:link:hover, :visited:hover { font-weight: bold }
BODY
{
font-size:.9em; font-family:Arial, Helvetica, sans-serif;
background-image:url("images/lt green mobius 425.jpg");
/* Defines the location of the background image (relative or absolute location) */
background-attachment:fixed;
/* Sets the image to be fixed in place and will not scroll with page content*/
background-repeat:no-repeat;
/* The background image is to display one time only */
background-position:top center; 
/* The background image will always be in the top left of the browser*/
}