@charset "utf-8";
/* CSS Document */
body{
	  background-attachment: fixed;
  background-color: #000;
  background-image: url("../jazz_images/jazzback.jpg");
  background-repeat: repeat-x;
}
a:link{
	color:#FFF;
}
.org{
	color:#F90;
}
h3{
	color:#F90;
}

