body {
	background-color: #000000;
	}

p{
	color: #FFFFFF;
	font-weight: bold;
	}

p.block{
	text-align: left;
	}
	
p.h1{
	color: red;
	font-size: 200%;
	}
	
p.h2{
	font-size: 150%;
	}
	
p.h3{
	font-size: 150%;
	color: red;
	}

#gig{
	color: #AAAAAA;
	text-align: center;
	font-weight: bold;
	}

p.quote{
	color: #BB5006;
	font-size: 90%;
	font-weight: 5;
	}
	
a{ 
	color: #DD7026;
	}
	
a:visited { 
	color: #BB5006;
	}
	
a:hover {
	text-decoration: none;
	}
	
table {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	}