h3, a, p {
  position: relative;
  font-size: 25px;
  letter-spacing: 2px;
  left: 10px;
}

#page-title, th, td {
  text-align: center;
}

.content, #page-title, #fixed-menu, h3, a, p {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.type, #page-title, h3, a, p, th {
  color: #ffcfcc;
}

.hr-title, .content, #fixed-menu {
  border: 6px solid #bae2ff;
  border-radius: 10px;
}

.hr-title {
  width: 99%;
}

#page-title {
  letter-spacing: 5px;
}

#fixed-menu {
  position: fixed;
  bottom: 60%;
  right: 0.75%;
  width: 230px;
  z-index: 5;
  background-color: #ffffff;
}

#fixed-menu a:hover {
  color: #bae2ff;
}

a {
  text-decoration: none;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  height: 500px;
}

th {
  border-bottom: 5px solid #bae2ff;
  border-radius: 5px;
}

td {
  color: #bae2ff;
}

li {
  max-width:800px;
  word-wrap:break-word;
}

iframe {
  width: 99%;
  height: 700px;
}
