*{
	margin:0;
	padding:0;
}

body{
	font-family:"Open Sans", "Lato", "Avenir-Light", "Helvetica", "Arial", sans-serif;
	color:#000000;
	background-color:#ffffff;
}

h1, h2{
	font-size:26pt;
	font-weight:normal;
}

h2{
	font-size:16pt;
}
		
a{
	color:#192B85;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
		
#content{
	margin-top: 20px;
	margin-left: 20px;
	max-width: 90%;
}

#content small{
	margin-left: 10px;
}

#bio{
	margin-left: 20px;
}

#bio p{
	margin-top: 15px;
	margin-bottom: 15px;
}
