a:link { color: blue; text-decoration: underline }
a:visited { color: dodgerblue; text-decoration: underline }
a:active { color: red; text-decoration: underline }
a:hover { color: green; text-decoration: underline }

body {
background-image: url("bckgrnd1.jpg");
background-attachment: fixed;
background-repeat: repeat;
background-position: top center;
height: 100%;
font-size: 14pt;
text-align: center;
color: #0000FF;
}
