body {
	background-color: white;
	color: 333333;
	font-family: 'Crimson Pro', serif;
	font-size: 19px;
	line-height: 28px;  
}

.wrapper {
	margin-top: 10%;
	margin-left: 8%;
}

.header {
	margin: 10px 0;
	width: 350px;
	letter-spacing: 1px;
	font-family: 'Roboto Slab', serif;
}

.header p a:link, .header p a:visited {
	color: Steelblue;
	border-radius: 3px;	
	text-decoration: none;
}

.header p a:hover {
	color: Dodgerblue;
	background-color: whiteSmoke;
}

.body h3, .talks h3, .libraries h3 {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 3px;
	color: cornflowerblue;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}

.body, .talks, .libraries {
	margin-top: 2em;
  margin-bottom: 2em;
}

.links {
  margin-top: 4em;
  margin-bottom: 3em;
}

.body ul li {
	list-style-type: circle;
	padding: 0 0 0 0;
	line-height: 40px;
}

.body ul, .talks ul, .libraries ul {
	margin-left: 0;
	padding-left: 0;
}

.header a:link, .header a:visited, .body ul li a:link, .body ul li a:visited, .footer a:link, .footer a:visited, .talks ul li a:visited, .talks ul li a:link, .libraries ul li a:visited, .libraries ul li a:link, .links a:link, .links a:visited {
	color: #333;
	text-decoration: none;
}

.body ul li a:hover, .footer a:hover, .talks ul li a:hover, .libraries ul li a:hover, .links a:hover {
	color: DodgerBlue;
}

.talks ul li, .libraries ul li {
	list-style-type: circle;
	padding: 0 0 0 0;
}

.talk_details, .library_details {
	font-size: 16px;
}

.library_details a:link {
	text-decoration: underline !important;
}

.talk_details h4, .library_details h4 {
	color: grey;
	font-size: 16px;
	margin-bottom: 2px;
}

.more a:link {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #444;
	letter-spacing: 3px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.footer hr {
	margin-left: 0;
	width: 90%;
  max-width: 600px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer {
	margin-left: 8%;
	padding: 0 0 0 0;
	font-size: 16px;
	line-height: 30px;
}

.about {
  margin-top: 2em;
	color: #333333;
	font-style: normal;
	font-weight: 400;
  text-align: justify;
  margin-right: 16px;
	max-width: 600px;
}

p a:link, p a:visited {
	color: steelblue;
	text-decoration: none;
}

a:hover {
	color:cornflowerblue;
	background-color: whitesmoke;
}



