
body
{ 
background-image: 
url("images/bgpaper.gif");
background-repeat: 
repeat;

background-attachment: 
fixed
}

h1 {
background-color: transparent;
text-align: left;
color:blue;
font-style: italic;
font-size: x-large;
font-weight: bolder;
text-decoration: underline

}
h2 {
background-color: transparent;
text-align: right}


h3 {
background-color: transparent;
text-align: left;
color: blue
}

h6 {
background-color: transparent;
text-align: right;
font-size: small;
}

p {
color: #000099;
font-size: large
}

