body {
background-attachment: fixed;
background-image: url(bkg3.png);
background-repeat: yes-repeat;
background-position: right top;
} 

h1 { 
font-family: Arial;
font-size: 20px;
font-weight: bold;
color: #000000;
text-align: center
} 

h2 { 
font-family: Arial;
font-size: 18px;
font-weight: bold;
color: #000000;
text-align: center
 }

:link {
color: #3366FF
}

:visited {
color: #3366FF
}

:hover { 
color: #B46A6A; 
}