/* CSS Document */
body {
	background-image: url(jazz2010.png);
	background-attachment: fixed;
	background-color: #222020;
	background-repeat: no-repeat;
	background-position:center;
}
	
	p,ul,li,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	}
	
	h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8CC53D;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	}
	
	h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
	text-align: center;
	}
	
	a:link {
	color:#FF33CC;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	}
	
	a:visited{
	color:#CCCCCC;
	text-decoration:none;
	}
	
	a:hover{
	color:#333333;
	text-decoration:none;
	}


	

	

