body {
	color: #600;
	background-color: #eaeabe;
    FONT-FAMILY: arial, sans serif;
}

a:link    { color: #c30; text-decoration: none; }   /* unvisited links */
a:visited { color: #830; text-decoration: none; }   /* visited links   */
a:hover   { color: #c30; text-decoration: underline; } /* user hovers     */
a:active  { color: #c60; text-decoration: underline; }   /* active links    */
a:hover.noul   { color: #c30; text-decoration: none; } /* user hovers     */
a:active.noul  { color: #c60; text-decoration: none; }   /* active links    */

.block-capital { float: left; margin-right: 5px; }

.cancelled { color: #f00; font-weight: bold; margin-left: 2em; }

img.right { float: right; }

.calendar .course {
	margin-top: 8px;
	padding-top: 8px;
	border-top: solid 2px #c99;
}
.calendar .title {
	font-weight: bold;
}
.calendar .description {
	margin: 2px 0px 2px 0px;
	border-top: solid 1px #fcc;
	border-bottom: solid 1px #fcc;
	padding: 1px 0px 1px 0px;
}
a img {
	border: none;
}
.h2 {
	font-size: x-large;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}
.h4 {
	font-size: medium;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}
#map {
	position: relative;
	overflow: scroll;
}
#map .clear {
	clear:  both;
	font-size: medium;
}
#map .dot {
	position: absolute;
	border: none;
}
.gazeteer .country {
	font-weight: bold;
	margin-top: 0.8em;
	border-top: solid 2px #c99;
	padding-top: 0.2em;
}
.gazeteer .venue {
	margin-top: 0.5em;
	font-weight: bold;
}
.gazeteer .venue .course {
	margin-left: 2em;
	font-weight: normal;
}
.gazeteer .venue .blurb {
	margin-left: 2em;
	font-weight: normal;
}
.series {
	margin-top: 0.5em;
	border-top: solid 1px #c99;
	padding-top: 0.2em;
}
.small-text {
	font-size: small;
}
img.left { float: left; margin-right: 1em; }
img.right { float: right; margin-left: 1em; }
p.align-right { text-align: right; }
hr { color: #c99; }