body {
  color: #efefef
}
#hletter {
  text-align: center;
  color: white;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
div.contentbox {
  margin: 100px;
  margin-top: 30px; 
}

a:link, a:visited {
  color: #ffb000;
}
a:hover {
  color: #ffff11;
  text-decoration: none;
} 


td.addr {
  padding-left: 20px;
  color: white;
}

/* Nav Box */
td.nav {
  text-align: center; 
  height: 50px;
  background-color: #ccc;
}
td.nav big {
  color: black;
  font-size: large;
}
td.nav a, td.nav a:visited {
  color: darkblue; 
}
td.nav a:hover {
  color: blue;
  text-decoration: none;
  background: #aaa;
}
td.nav a.sel,  td.nav a.sel:hover {
  color: black;
  text-decoration: none;
  background: #aaa; 
}

/*  schedule */
td.scddate {
	font-family: "Impact";
	font-size: 18pt;
	color: #FFFFFF;
	text-align: center;
	left: 0px; top: 0px;
	height: 150px; width: 60px;
	background-color: #0000FF;
}
td.scddiscr {
	left: 0px; top: 0px;
	height: 150px; width: 470px;
	color: #000000;
	background-color: #F5DEB3;
}
td.scddiscr h2, td.scddiscr .h2 {
	font-size: 16pt;
	color: red;
	margin: 0px;
	padding:0px;
}
td.scddiscr p {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
} 
td.scddiscr h6 {
	margin-bottom: 0px;
	padding: 0px;
} 

td.scddiscr a:link {
	color: #0000a0;
}
td.scddiscr a:visited {
	color: #6000a0;
}

img.z {
	transition: transform .2s;
	height: 180px;
	transform-origin: bottom right;
}
img.z:hover {
	transform: scale(2.5);
}


/* Seating Chart */
#seatchart {
  color: #00dddd; 
}


A.blue:link {
	color: #0000a0; 
}
A.blue:visited {
	color: #6000a0;
}


/* Map */
#map1 { 
	width: 795px; height: 842px; 
	left: 43px;
}
#map2 { color: #ffffff;
	position: absolute; 
	top: 400px; left: 460px;
}

/* e list */
div.col1 {
	position: absolute;
	width: 250px;
	left: 60px;
}
div.col2 {
	position: absolute;
	width: 250px;
	left: 310px;
}
div.col3 {
	position: absolute;
	width: 250px;
	left: 560px;
}	

#sub1 {	
	font-style: italic;
	margin-left: 30px;
}
#sub2 {	
	margin-left: 30px;
	font-style: italic;
	font-size: smaller;
}

li {
	line-height: 1.3;
}

em {
	font-style: italic;
	font-size: smaller;
}

img#vlink:hover {
	cursor: pointer;
}

/*
#enlarge:hover {height: 500px;}

.zoom {
	transition: transform .2s;
	height: 200px;
	margin: 0 auto;
}
.zoom:hover {
	transform: scale(2.5);
}*/

p.sm { font-size: 9pt; }
