body {
	color: #333333;
	background-color: #1E90FF;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 18px;
}

.container {
padding-top: 20px;
background-color: #1E90FF;
border-width: 0px;
border-style: solid;
margin-left: auto;
margin-right: auto;
width: 500px;
text-align: left;
}

h1 {
	margin-bottom: 7px;
	margin-top: 5px;
	font-size: 32px;
	color: #333333;
}

#header {
	text-align: center;
}

#logo {
	color: #999999;
}


#where {
	margin: 10px;
	padding: 0px;
	background-color: #cccccc;
}

#where p {
	color: #666666;
	text-shadow: 0px 0px white;
	font-size: 14px;
	padding: 10px;
}

#about {
	list-style-type: none;
}

#about li {
	margin-top: 1em;
}

a {
	color: #561749;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002E48;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


.go {
	color: #CC3300;
}

#about a {
	text-decoration: none;
	//font-size: 18px;
	vertical-align: center
}