body {
	background: #F8F4E5;
	color: #000000;
}

#title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	padding-top: 75px;
	font-family: 'Trebuchet MS', 'Lucida Grande';
	font-size: 28px;
}

#bio {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	font-family: 'Trebuchet MS', 'Lucida Grande';
	font-size: 16px;
}

#circle {
	border-radius: 50% 50% 50% 50%;
	width: 350px;
	height: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
}

#links {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	font-family: 'Trebuchet MS', 'Lucida Grande';
	font-size: 18px;
	font-weight: bold;
}

/*unvisited link*/
a:link {
	color: #000000;
	text-decoration: none;
}

/*visited link*/
a:visited {
	color: #000000;
	text-decoration: none;
}

/*mouse over link*/
a:hover {
	color: #000000;
	text-decoration: underline;
}

/*selected link*/
a:active {
	color: #000000;
	text-decoration: underline;
}