body {
	margin: 0px;
	color: #000;
	font: normal 14px/18px courier, monospace;
	background-color: #fff;
	}
	
A {
	color: #900;
	text-decoration: none;
	}
	
P {
	margin: 10px;
	
	}
	
A:hover {
	text-decoration: line-through;
	}
	
A:visited {
	color: #900;
	}

A:visited.NavLink{
	color: #fff;
	}
	
H1 {
	font: bold 24px/24px courier, monospace;
	color: #900;
	margin:  0px;
	padding: 5px;
	}
	
H2 {
	font: bold 18px/18px courier, monospace;
	margin:  0px;
	padding: 5px;
	border-bottom: solid 1px #000;
	}
	
#Splash {
	background: url(images/SplashLogo.gif) no-repeat;
	width: 300px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #fff;
	padding-left: 440px;
	padding-top: 190px;
	}
	
#MailList {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding-top: 10px;
	text-align: center;
	}

	
#Header {
	border-bottom: dotted 2px #fff;
	background-color: #000;
	}

#Navigation {
	background-color: #000;
	margin: 0px;
	padding: 5px;
	text-align: right;
	line-height: 14px;
	color: #fff;
	}
	
.NavLink {
	color: #fff;
	}
	
.PageID {
	text-decoration: line-through; color: #900;
	}
	
#Content {
	background-color: #fff;
	margin: 0px;
	}
	
#Col1 {
	margin-left: 10px;
	width: 350px;
	float: left;
	}
	
#Col2 {
	margin-left: 10px;
	margin-right: 10px;
	width: 350px;
	float: left;
	}
	
.UpcomingShow {
	margin-bottom: 20px;
	}
	
.Press {
	font-size: 12px; 
	margin-left: 10%; 
	margin-right: 10%;
	}
	
#Footer {
	border-top: solid 1px #000;
	text-align: right;
	clear:left;
	padding: 5px;
	}