@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
body, td, h4 {
	font-size: 10px;
}

a { color: #d685b4; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

h4, p, table { margin-top: 0; margin-bottom: 14px; }

table { border-spacing: 0; }
th, td { padding: 0; }

q:before, q:after { content: ""; }
q {
	font-style: italic;
}


#upcoming-dates {
	margin-bottom: 38px;
}
#upcoming-dates .date-date, #upcoming-dates .date-place, #upcoming-dates a {
	font-weight: bold;
}
.date-date { width: 71px; }
