* {
	color: #FFFFFF;
}

p {  /* primary text format */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.2em;
}

h1 {  /* first level header style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2em;
}

h2 { /* second level header style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	line-height: 2em;
}

h3 { /* third level header style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.5em;
	color: #FFFFFF;
}

#pastevents p{ /* style for past events */
	color: #BBB;
}

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

.bold {
	font-weight: bold;
}

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

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

#highlight {
	color: #A4F;
}