html {
	background-color: black;
}
body {
	margin: 0;
	font-family: serif;
	text-align: center;
}
p {
	color: #999999;
	font-size: 138.5%;
	margin-bottom: 16px;
}
a {
	color: white;
	text-decoration: none;
/*	border-bottom: 1px dotted #666; */
}
a:hover {
	color: red;
}
a:visited {
	color: white;
}
h1 {
}
.red {
	color: red;
}
div#wrapper {
	margin: 42px 0 35px;
}
#locations {
	font-size: 185%;
	color: white;
}
#title {
	font-size: 370%;
	font-weight: normal;
	margin-top:133px;
	margin-bottom:44px;
	color: white;
}
#top-nav {
	font-size: 185%;
	font-weight: normal;
	margin-bottom: 56px;
	color: white;
}
.little-smaller {
	font-size: 93%;
}
h2 a:link {
	text-decoration: underline;
}
h2 a:hover {
	text-decoration: none;
}