<style>

a {
  color: #005675;
  text-decoration: none;
}
a:link {
  color: #005675;
  text-decoration: none;
}
a:active {
  color: #005675;
  text-decoration: none;
}
a:visited {
  color: #005675;
  text-decoration: none;
}
a:hover {
  color: #005675;
  text-decoration: underline;
}

.header {
  background-color: #f5f4f3;
  width:100%;
  padding: 12px;
  margin-bottom: 12px;
  color: #504b47;
}

.header h1 {
  margin: 8px 0;
  font-size: 32px;
  font-weight: normal;
}

.header h3 {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  margin: 8px 0;
}

.profile-pic {
  width: 100%;
  display: block;
  padding: 4px;
  border: solid 1px #E4E4E4;
  -webkit-box-shadow: -4px -4px 4px #f5f4f3;
  -moz-box-shadow: -4px -4px 4px #f5f4f3;
  box-shadow: -2px 2px 2px #f5f4f3;
}

.contact-icon {
  width: 16px;
  height: 16px;
}

.links ul {
  padding: 0px;
  margin: 8px 0 0 0;
}

.links li {
  width: 100%;
  padding: 8px;
  background-color: #f5f4f3;
  list-style: none;
  margin-bottom: 4px;
  font-size: 14px;
  color: #005675;
}

.links a {
  text-decoration: none;
}

.links a:hover {
  color: #005675;
  text-decoration: none;
}

.links li.selected {
  color: #005675;
}

.content-section {
  padding: 0 8px;
}

.content-section p {
  padding: 8px;
}

h2.section-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 12px;
  background-color: #f5f4f3;
  padding: 8px;
  text-transform: uppercase;
}

ul.papers {
  list-style: none;
  padding-left: 0px;
}

ul.papers li {
  margin-bottom: 12px;
}
</style>
