﻿body {
  font-family: "Segoe UI", Tahoma, Verdana, Helvetica, sans-serif;
  padding: 0;
  margin: 20px; }

h1 {
  font-family: "Segoe UI", Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal; }

div.research h1:first-child {
  padding-top: 0px; }

div.header {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid silver 2px;
  font-size: 240%;
  font-weight: 300;
  margin-bottom: 30pt; }

li.publication {
  margin-bottom: 1em; }

div.download {
  color: white;
  height: auto;
  margin-top: 0.2em; }

div.download a {
  color: white;
  padding: 0.5em 1em;
  background-color: #0061cb;
  display: inline-block; }

div.download a:hover {
  border-bottom: none;
  background-color: #01458f; }

a {
  color: black;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold; }

a:hover {
  text-decoration: none;
  font-weight: bold;
  border-bottom: solid 2px #01458f; }
