body {
	color: #333333;
	background-color: #1E90FF;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	text-align: center;
	font-size: 18px;
    padding-top: 20px;
    margin:0 auto;
 	width: 100%;
}

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

#bar {
	background:rgba(255,255,255,0.25);
	width:100%;
}

#who {
    text-align:left;
    padding-top:5px;
    padding-bottom:5px;
    width:500px;
    margin:0 auto;
}

a, a:visited {
	color:rgba(0,0,0,0.5);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.go {
	color: #CC3300;
}

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