body {
	font: 10pt comic sans ms;
	background-color: black;
}

p {
	font: 10pt comic sans ms;
	color: white;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
.menu {
	font-size: 16px;
	text-decoration: bold;
}

a:link {
	color: #CC3333;
	text-decoration: none;
}

a:visited {
	color: #CC3333;
	text-decoration: none;
}

a:hover {
	color: #FF6666;
	text-decoration: underline;
}

iframe {
	overflow:auto;
	width:300px;
	height:600px;
	border: 0px;
	scrolling: no;
}

.scheduleTable {
	border-width: 1px;
	border-style: dotted;
	border-color: #8F8F8F;
}

.imgborder {
	border:1px double #FFA454;
	padding: 3px;
}

.menuLine {
	border-top: 1px solid #E780E7;
	border-bottom: 1px solid #E780E7;
}

.menuDiv {
	border-right: 1px solid #E780E7;
}

.h1 {
	font: bold normal 12pt georgia;
	color: #FFCC99;
}

.h2 {
	font: normal normal 8pt comic sans ms;
	color: red;
}

.headings1 {
	font: bold normal 18pt Gill Sans MT Condensed;
	color: #E05538;
}

.headings2 {
	font: bold normal 18pt Gill Sans MT Condensed;
	color: #FE7B47;
}

.date {
	margin-bottom: 0px;
	margin-top: 0px;
}

.time {
	font: italic normal 8pt georgia;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 1px dotted #8F8F8F;
}

.event {
	font: bold normal 8pt georgia;
	margin-bottom: 0px;
	margin-top: 3px;
	color: #FF7949;
}