body {
 background-color: white;
 background-image: url(images/SPL-watermark-800x560.jpg);
 background-repeat : no-repeat;
 background-attachment : fixed;
 background-position : 100% 50%;
 
 font-family: tahoma, verdana, arial;
 font-size: 14pt;
 color: #003300;
 text-indent: 5%
}

A:visited {color: black;}
A:link {color: blue;}
A:hover {color: red; text-decoration: underline;}
