DIV.headtag { text-align: right; padding: 0em; background-color: lightcyan; font-style: italic; }
.head { text-align: center; }
.bottom { text-align: right; }
IMG { border-width: 0em; }
DIV.title { text-align: center; }
A:link { color: saddlebrown; text-decoration: bold; }
A:hover { color: crimson; text-decoration: none; }
A:active { background-color: khaki; }
A:visited { color: darkgrey; text-decoration: bold; }
.exc { font-style: italic; }
DIV.box { width: 80%; border-style: solid; border-width; 0.2em, 0.2em, 0.2em, 0.2em; border-color: navy; }

BODY { background: white url(images/ConcertInfo.png);
	background-repeat: repeat-y;
	margin-left: 50px;
        margin-right: 0px;
        margin-top: 0px;
        margin-botton: 0px;
        padding: 0px;
}
H1 {   
	background-color: navy;
	 color: white;
	border-style: solid outset;
       border-width: 0.3em;
       border-color: navy;
       color: white;
	margin-left: 9%;
       margin-right: 9%;
       margin-top: 4%;
       margin-bottom: 4%;
/*	white-space: nowrap; */
}
H2 {
	background-color: royalblue;
	color: white;
       margin-top: 2%;
       margin-bottom: 2%;
/*	white-space: nowrap; */
}
H2.except {
       background-color: lavender;
       color: royalblue;
}

H3 {
	background-color: dodgerblue;
	color: white;
}
H3.except {
       background-color: lavender;
       color: royalblue;
}
H4 {
	background-color: skyblue;
	color: white;
}

H1 A:link, H2 A:link, H3 A:link, H4 A:link { color: navy; }
H1 A:visited, H2 A:visited, H3 A:visited, H4 A:visited { color: darkgrey; }

TH {
	text-align: center;
	color: navy; 
}
TBODY {
	color: navy;
	text-align: center; 
}
TD {
	text-align: center;
	color: navy;
	background-color: lavender;
}

