/* CSS Document */

body {
background-image: url(image001.jpg);
background-attachment: fixed;
}

p {
font-size: 16px;
font-family: Trebuchet MS;
color: #000000    ;
}

H1 {
text-align: center; 
color: red  ;
}

H3{
text-align: center; 
color: red  ;
}


A
{color: #ff3365; text-decoration:underline}
A:hover
{color: #990066 ;
TEXT-DECORATION: none}