a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:active {text-decoration: none; color: blue;}
a:hover {text-decoration: underline; color: blue;}

#header-top {
  height: 3em;
  border-bottom: 0.1em solid black;
  margin-bottom: 1em;
  position: relative;
}

#header-top img {
  border: 0;
}

.header-button-left {
  float: left;
  position: absolute;
  bottom: 0;
  left: 1%;
}

#home-button {
  float: left;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 70%;
}

#media-button {
  float: left;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 80%;
}

#blog-button {
  float: left;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 90%;
}

#landingImage {
  text-align: center;
}

#homeLinks {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 20pt;
}

table {
  border: 1px solid black;
  border-collapse: collapse;
}

td, th {
  border: 1px solid black;
}

#about-david a {
  font-size: 1.3em;
}

#about-david img {
  float: left;
  margin-right: 1em;
}

