body { 
background-image: url(images/logoback.jpg) ; 
background-repeat:no-repeat ;
background-position: right;
font-family:"verdana", "courier New", "serif"; 
color:blue 
}

h1 {
color:black ; 
font-size:xx-large ; 
line-height:40px ; 
font-weight: bold ; 
font-variant: small-caps ;
text-align: center 
}

h2 {
color:red ; 
font-size:x-large ; 
line-height:30px ; 
font-weight: bold ; 
font-variant: small-caps
}

h3 {
color:blue ; 
font-size:large ; 
line-height:20px ; 
font-weight: bold ;
text-decoration: underline
}

h4 {
color:red ; 
text-align: center
}

h5 {
color:red ; 
text-align: center
}

h6 {
color:red ;
font-size:x-small;  
text-align: center
}

p {
color:blue ; 
font-size:small ; 
line-height:20px ; 
align:left
}

pre {
color:blue ; 
font-size:small ; 
line-height:20px ; 
font-family:"verdana", "courier New", "serif"; 
align:left
}
