/*Savannah Jazz Band Header and Background Style Sheet*/
/*set h1*/
h1	{
	font: 24pt Times New Roman;
	font-weight: bold;
	color: blue;
	}
/*set h2*/
h2	{
	font: 18pt Times New Roman;
	font-weight: bold;
	color: black;
	}
/*set background*/
body 	{
	color: black;
	background: url(images/savblueslogo.jpg);
	}
/*set link colors*/
a:link		{color: blue;}
a:visited	{color: magenta;}
a:active	{color: green;}
/*set h4*/
h4	{
	font: 12pt Times New Roman;
	font-weight: bold;
	color: black;
	}