<!--
body {
	color: black;
	overflow: auto;
	font-family: Arial, sans-serif;
}

td {

        border-bottom: 1px solid gray
}

a {
	text-decoration: none;
}

a:link, a:visited {
        color:black;
}

a:hover, a:active {
	color: olive;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, sans-serif;
	color:maroon;
}

p, li, td {
	font-family: Arial, sans-serif;
	font-size:8pt;
	padding: 0px;
	margin: 0px;
}
.event {
        font-weight: bold;
	padding: 0px;
	margin: 0px 8px;
}

.date {

	font-size:9pt;
        font-weight: bold;
	text-decoration: underline;
	padding: 0px;
	margin: 0px 8px;
}

.desc {

        font-style: italic;
	padding: 0px;
	margin: 0px 8px 15px 8px;
}

.descNoItal {

	padding: 0px;
	margin: 0px 8px 2px 8px;
}

.city {

	padding: 0px;
	margin: 0px 8px;
}

.nmsw_whiterollover { background-color:white; }
-->

