BODY, TABLE
	{
    	font-family : "Verdana"; 
		font-size : medium;
		color : Black;
	}
	
BODY
	{
		background: white url(images/Paper_Background.jpg);
		margin-top: 0px;
		margin-bottom: 0px
	}
	
H2 { font-size: 120%; color : Navy; }

.Special { font-size: 110%; font-weight: bold; color : Red; }

HR
	{
		height : 2px;
		color : Purple;
	}

A
	{
		color : Blue;
		text-decoration : none;
	}
	
A:HOVER
	{
		text-decoration : underline;
		background-color : White;
	}
	
A:VISITED
	{
		color : Green;
	}
	
.tblr
	{
		border : 1px solid #000000;
	}
	
.blr
	{
		border-left : 1px solid #000000;
		border-right : 1px solid #000000;
		border-bottom : 1px solid #000000;
	}
	
	
.date-time   { }
.alert    { font-style: italic; font-size: 90% }
.title     { font-style: italic; font-size: 100% }
.caller  { font-weight: 600 }
.band  { font-weight: 600 }
.place  { }
.cost  { }
.detailNotes  { }
.UpcomingEvents-noneTD { background-color: #d9edd4 }
.UpcomingEvents-none { font-size: 90% }
.UpcomingEvents-labelTD   { background-color: #ff949a }
.UpcomingEvents-label  { font-size: 90% }
.UpcomingEvents-dateTD  { background-color: #cbdec6 }
.UpcomingEvents-date { font-weight: bold; font-size: 90% }
.UpcomingEvents-timeTD  { background-color: #cbdec6 }
.UpcomingEvents-time { font-weight: bold; font-size: 90% }
.UpcomingEvents-dataTD    { background-color: #d9edd4 }
.UpcomingEvents-data  { font-size: 90% }
.moreLink  { font-style: italic; font-size: 90% }

