h1, h2, a, p, table, ul, li {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1.5em;
}

body {
  background-color: #ccc;
  color: #000;
}

a {
  text-decoration: none;
}

a:hover {
  background-color: #ffc800;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table.home {
  margin: 0 auto;
}

.home td {
  background-color: #ccc;
  vertical-align: top;
  padding: 8px;
}


.home p {
  font-weight: bold;
  margin: 5px;
}

.home img {
  width: 100%;
  height: auto;
}

.home a {
  color: #000;
}

#hier {
  background-color: #fff;
}

table.prof td {
  text-align: justify;
  background-color: #fff;
  vertical-align: top;
  padding: 10px;
  border-collapse: collapse;
}

.prof a {
  text-decoration: none;
  font-weight: bold;
  color: #666;
}

.prof img {
  width: 10%;
  display: block;
  margin: 0 auto;
}

table.proj td {
  text-align: left;
  background-color: #fff;
  vertical-align: top;
  padding: 10px;
}

.proj tr {
  width: 100%;
}

.proj a {
  text-decoration: none;
  color: #000;
}

table.icons {
  width: 100%;
}

.icons td {
  text-align: center;
  background-color: #fff;
  vertical-align: top;
}

.icons img {
  max-width: 25%;
  height: auto;
}

table.hh td {
  background-color: #fff;
  vertical-align: top;
  padding: 20px;
}

.hh h1 {
  text-align: center;
  font-size: large;
  font-weight: bold;
}

.hh p {
  text-align: justify;
  font-size: large;
}

.hh a {
  text-decoration: none;
  font-weight: bold;
  color: #666;
}