a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  background: #FFFFFF;
  text-decoration: underline;
  cursor: pointer;
}

a:active {
  color: #000000;
  background: #FFFFFF;
  text-decoration: none;
}

body {
  font-family: Cambria, sans-serif;
  background-color: #ffffff;
}

#name {
  text-align: center;
  font-size: 3em;
  margin: 0.5em;
}

#title {
  text-align: center;
  font-size: 1.5em;
  margin: 1em;
}

#links {
  text-align: center;
  margin: 2em;
}

.textlink {
  color: #ff0000;
  margin: 0.25em;
}

#networking-links {
  text-align: center;
  margin:  2em;
}

img {
  margin: 1em;
}