/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	width: 410px;
}
p {
	margin-bottom: -.5em;
	font-size: smaller;
}
h1 {
	font-size: larger;
	font-weight: bold;
	color: 330033;
	margin-bottom: -.8em;
}
.eventname {
	font-size: larger;
	font-weight: bold;
	color: 330033;
	margin-left: 1.2em;
	margin-bottom: -.8em;
}
.eventdetail {
	margin-left: 1.5em;
}
.time {
	font-style: italic;
	color: 330033;
	font-weight: normal;
	margin-left: 1.5em;
}
.timeprice {
	font-style: italic;
	font-weight: bold;
	color: 330033;
	margin-left: 1.5em;
}
.eventdate {
	font-style: italic;
	font-size: smaller;
	color: 330033;
	line-height: 120%;
	margin-bottom: -.8em;
	margin-top: 1.2em;
}
a:active {
	color: #003399;
}
a:visited {
	color: 006600;
}

