body     {

background-image:
url('bg.jpg')
}

.banlink:hover {

	COLOR: #red; TEXT-DECORATION: none; font-size: 14pt; 
     font-style: italic; font-weight: bold

}

.banlink {

	COLOR: blue; TEXT-DECORATION: none; font-size: 14pt

}

.mylink:hover {

	COLOR: #330066; TEXT-DECORATION: underline; font-size: 12pt 

}

.mylink {

	COLOR: blue; TEXT-DECORATION: none; font-size: 12pt

}

h1     {font-family: Verdana; font-size: 24pt; font-style: italic; 
        font-weight: bold; color: red}
h1:first-letter
       {font-size:150%; vertical-align: middle;}

p      {color: black}


