a
{
	color: #0000FF;
}

a:visited
{
	color: #0000FF;
}

a:hover
{
	color: #FF0000;
	text-decoration: none;
}

body
{
	margin: 0px;
	padding: 0px;
}

body, h1, h2, h3, p, li, td
{
	font-family: verdana, arial, helvetica;
}
p, li, td
{
	font-size: 10pt;
}
h1
{
	font-size: 14pt;
}
h2
{
	font-size: 12pt;
}

div.bodytext
{
	padding: 0px 20px 0px 20px;
}

/* Horizontal bar at the top of the page */
table.topbar
{
	background-color: #FFCC55;
	margin-top: 0px;
}

/* Error alert box */
div.alert
{
	background-color: #ff0000;
	color: #ffffff;
	padding: 10px;
	margin-bottom: 20px;
}
div.alert li, div.alert p
{
	color: white;
	margin-bottom: 5px;
}

/* Event listing on main page */
ul.eventlist li
{
	margin-bottom: 15px;
}

/* RSVP list of attendees */
ul.rsvplist li
{
	margin-bottom: 5px;
}
