A:link, A:visited, A:active 
	{ 
	color: yellow;
	font-family: arial;
	text-decoration: underline
	}

A.footer:link, A.footer:visited, A.footer:active 
	{ 
	color: white;
	font-family: arial;
	font-size: 10px;
	text-decoration: none
	}

A.leftnav:link, A.leftnav:visited, A.leftnav:active 
	{ 
	color: red;
	font-family: arial;
	font-size: 12px;
	text-decoration: none
	}
		
BODY
	{
		font-family: arial;
		color: white;
		font-size: 12px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background: white;
		border: 0px;
	}
	
TD, P 
	{ 	
		color: white;
		font-family: arial;
		font-size: 12px
	}
	
.index 
	{ 	
		color: black;
		font-family: arial;
		font-size: 11px
	}
	
.header
	{
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		color: red;
	}
	
.hours
	{
		font-family: arial;
		font-size: 11px;
		color: white;
	}
	
.footer
	{
		font-family: arial;
		font-size: 10px;
		color: white;
		background: #FF0000;
	}
	
.redBar
	{
		font-family: arial;
		font-size: 16px;
		color: white;
		background: #FF0000;
		font-weight: bold;
		padding-left: 10px;
		height: 28px;
	}
	
.blackBar
	{
		font-family: arial;
		font-size: 12px;
		color: white;
		background: black;
		font-weight: bold;
		padding-left: 10px;
		height: 28px;
	}
	
.caldays
	{
		font-family: arial;
		font-size: 11px;
		color: white;
		background: #444444;
		font-weight: bold;
	}

.calNum
	{
		font-family: arial;
		font-size: 11px;
		color: white;
		background: #666666;
		font-weight: bold;
	}

.calToday
	{
		font-family: arial;
		font-size: 11px;
		color: white;
		background: #FF0000;
		font-weight: bold;
	}
	
.events
	{
		font-family: arial;
		font-size: 11px;
		color: white;
		font-weight: normal;
	}
	
.prices
	{
		font-family: arial;
		font-size: 13px;
		color: yellow;
		font-weight: normal;
	}

.pricesWhite
	{
		padding-left: 15px; 
		padding-top: 5px; 
		color: white
	}