body {
  background: #2F4C58;
}

#header {
  position: relative;
  margin-left: 2em;
  margin-top: 3em;
}

#header h1 {
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 28px;
  margin-left: 82px;
}

#header p {
  color: #619EB6;
  font-family: verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-left: 82px;
}

#header #me {
  position: absolute;
  top: -22px;
  left: 0;
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
}

#content {
  clear: both;
  margin-left: 2em;
}

#links {
  margin-top: 33px;
  margin-left: 33px;
}

#links li {
  margin: 20px 0;
}

#links a {
  text-decoration: none;
}

#links img {
  float: left;
  margin-top: 1px;
}

#links .title {
  display: block;
  color: #ffffff;
  font-weight: bold;
  margin-left: 48px;
  margin-top: 14px;
  font-size: 18px;
  font-family: "Times New Roman", serif;
}

#links li:hover .title {
  color: #EFFF79;
}

#links .description {
  color: #619EB6;
  display: block;
  margin-left: 48px;
  margin-bottom: 12px;
  font-size: 12px;
}

#footer {
  margin-left: 2em;
  margin-top: 2em;
}

#footer p {
  color: #ffffff;
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
}