body {
	background:  rgb(240,240,240);
	color: rgb(33,33,33);
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12pt
}

h1 {
	font-size: 20pt; font-weight: bold;
	color: rgb(130,130,130);
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	color: rgb(100,100,100);
}

th.dancelist {
	font-weight: normal;
	padding-bottom: 10px;
	padding-left: 15px;
}

p.menu {
	font-size: 11pt;
	font-weight: 900;
	color: rgb(400,400,400);
}

p.subhead {
	font-style: italic; font-size: 13pt;
	width: 500px;
	margin-left: 40px;
}

p.comment {
	width: 550px;
	margin-left: 50px;
}

table {
	border: 0;
	left-margin: 50px;

}

td {
	vertical-align: text-top;
	padding-left: 5px;
}

ul {
	list-style-type: none;
}

li {
	line-height: 125%;
}

a:link {
	color: rgb(33,33,33);
	text-decoration: none;
}

a:visited {
	color: rgb(33,33,33);
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

a:active {
	color: red;
	text-decoration: none;
}

#top_comment {
	position: relative;
	width: 700px;
	top: 15px; left: 75px;
}

#directions {
	position: relative;
	width: 700px;
	left: 50px;
}


