/*Savannah Jazz Band Header and Background Style Sheet No 2*/ 
/*set h1*/ h1 { 
font: 24pt Times New Roman; font-weight: bold; color: blue; } 
/*set h2*/ h2 { 
font: 30pt Times New Roman; font-weight: bold; color: red; } 
/*set h3*/ h3 { 
font: 20pt Times New Roman; font-weight: bold; color: white; }
/*set background*/ 
body { color: black; background-image: url(images/blue.gif); } 
/*set link colors*/ a:link 
{color: blue;} a:visited {color: purple;} a:active {color: green;}