body {
	background-color: #000000;
	font-size: 16px;
}
#menu {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#menu a:link, #menu a:visited {
	color: #000;
	text-decoration: none;
}
#menu a:hover {
	color: #630;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #630;
}

h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif}
p {
	line-height: 1.5em;
}

blockquote {background-color:silver}
.small-text-10px {
	font-size: 10px;
}

li {
	padding-bottom: 12px;
}


li.special {color: blue; font-weight: bold}
div.tourdates {padding: 0.4em; border-style: solid; border-width: 2px; width: 550px}

a:hover {
	color: #630;
	weight-font: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
}     /* hover link */
a:link , a:visited{
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}     /* unvisited link */

