body{background-image:url(white_flocked.jpg);
background-repeat:repeat;
background-attachment: fixed;
background-position: center;
}

h2{background-color:#ffff6e}
a:link{color:blue; text-decoration: none}
a:visited{color:green; text-decoration: none}
a:focus{color:olive; text-decoration: none}
a:hover{color:red; text-decoration: underline}

