html, body {
  background-color: #000000;
  color: #CCCCFF;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  scrollbar-3dlight-color: #124371;
  scrollbar-highlight-color: #124371;
  scrollbar-track-color: #144572;
  scrollbar-shadow-color: #124371;
  scrollbar-face-color: #104B8B;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-darkShadow-color: #124371;
}

 a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #9999FF;
	text-decoration: none;
}

 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCFF;
	text-decoration: none;
}

 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
}

 a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #9999FF;
	text-decoration: none;
}

/* ---------- standard paragraph text is used for event descriptions. ---------- */
 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
}

/* ---------- h1 text is used for event headlines. ---------- */
 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCFF;
	font-weight: bold;
	margin-top: -2px;
	margin-bottom: -10px;
}

/* ---------- h2 text is used for dates in the left column. ---------- */
 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC33;
	font-weight: bold;
	margin-top: -1px;
	text-align: center;
}

/* ---------- h3 text is used for month names. ---------- */
 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFCC33;
	font-weight: bold;
	margin-bottom: -3px;
	display: inline;
}

/* ---------- h4 text is same as paragraph text, but bolded, used for event details such as cover and times after the event description. ---------- */
 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}

/* ---------- TBD ---------- */
 h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6666;
	font-weight: normal;
	text-align: justify;
	margin-bottom: -14px;
}

/* ---------- TBD ---------- */
 h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

hr {
	border: none;
	background-color: #FFCC33;
	color: #FFCC33;
	height: 1px;
	width: 99%;
}

/* ---------- This is the div container for all the table elements. ---------- */
#container {
	position: absolute;
	top: -4px;
	left: 0px;
	width: 410px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 441px;
}
