
body { 
background-image: url(images/beige031.jpg);
background-attachment: fixed;
}

a:link { color: blue;
 }

a:visited { 
color:red;
 }

a:hover { 
color: orange;
font-style: italic;
 }

span.emphasis { 
color:red;
font-weight:bold;
 }
