body  {
    background: #c0c0c0 url(psychbluesand.gif) fixed repeat-y -23px;
    font-family: "copperplate gothic bold", impact;
    font-size: 32px;
}

p  {
    font-family: impact;
    font-size: 18px;
    color: #112244;
}

h1 {
    color: white;
    font-family: impact;
    font-size: 32px;
}


h2 {
    color: orange;
    font-family: impact;
    font-size: 42px;
}


h3 {
    color: red;
    font-family: impact;
    font-size: 100px;
}



li  {
    list-style-image: url(shrkfn2.gif);
    list-style-position: inside;
    margin-left: 50px;
    padding: 5px;
    font-family: impact;
    font-size: 20px;
}

div {
    font-family: impact;
    font-size: 18px;
    color: #112244;
}

#relpos {
    position: relative;
}
    
#moveright  {
    margin-left: 90px;
} 

#content {
    color: red;
    background-color: #000000;
    padding: 10px;
}

#content_blue  {
    color: white;
    background-color: blue;
    padding: 10px;
}