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{
	font-size: 16pt;
	color: red;
	margin: 0px;
	padding:0px;
}
td.scddiscr p{
	padding 0px;
	margin: 0px;
	margin-left: 20px;
} 



/* Seating Chart */
#seatchart {
  color: 00dddd; 
}


A.blue:link {
	COLOR: #0000a0; 
}
A.blue:visited {
	COLOR: #00a0a0;
}


/* 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;
}