.class1 { background-repeat: no-repeat; background-attachment: fixed; background-position: left bottom; }
body { background-image: url(../image/background-4.jpg); background-repeat: no-repeat; background-attachment: fixed; float: none; scrollbar-arrow-color:white; }
p { background-image: url(../image/jump-4.png); background-repeat: no-repeat; background-attachment: fixed; background-position: left bottom; }
td { background-repeat: no-repeat; background-attachment: fixed; background-position: left bottom; }

a:link { color: FF8080}

a { text-decoration:none; }

a:visited { color: purple }

a:hover { 
    position:relative;
    top:2px;
    left:2px;}

a:active { color: red }
