body {
background-color:#ffffff;
background-attachment:fixed;
background-image:url(images/blue.jpg);
font: "Times New Roman", Times, serif;
}
a:link {color:blue; text-decoration:none;}
a:visited {color: Navy; text-decoration:none;}
a:hover { background-color : Yellow; text-decoration:none; }
a:active {  text-decoration: blink; }