/* Styles for the home page */

body {
	background-color: #fdfded;
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #222222;
}

#bio {
	margin: 1em auto 2em auto;
	width: 55%;
	min-width: 500px;
}

#bio img {
	display: block;
	margin: 2em auto 2em auto;
}

#bio p {
	text-align: justify;
	text-indent: 40px;
	margin: 0;
	padding: 0;
}

#bio .main-link {
	background-color: transparent;
	display: block;
	margin: 1.5em auto 0 auto;
	text-align: center;
	font-size: 90%;
}

a {
	text-decoration: underline;
	color: #222222;
}

a:hover, a:active {
	text-decoration: underline;
}

#bio .references {
	margin-top:1cm;
}

#bio .references p {
	text-indent: 0;
	font-size: 14pt;
}
