@font-face {
  font-family: Fertigo;
  src: url("fonts/fertigo.otf");
}

@font-face {
  font-family: Anivers;
  src: url("fonts/anivers.otf");
}

body {
  margin: 0;
  padding: 0;
  font-family: Fertigo, "Lucida Grande", "Lucida", Verdana, Arial, Helvetica, sans-serif;
  background-color: #f4f4f7;
  color: black;
  font-size: 110%;
  line-height: 1.4;
  text-align: center;
}

#page {
  margin: 2em auto;
  width: 740px;
}

h1 {
  font-size: 300%;
  margin-bottom: 1em;
  font-family: Anivers, "Lucida Grande", "Lucida", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px 4px #555;
}

h2 {
  clear: both;
  font-family: Anivers, "Lucida Grande", "Lucida", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  margin-bottom: 1em;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
}

p {
  font-size: 100%;
  padding-bottom: 1.5em;
  line-height: 1.4;
  clear: both;
}

ul {
  list-style-type: square;
  padding-bottom: 1.5em;
  margin-left: 40px;
}

li {
  clear: both;
  line-height: 1.4;
  padding-bottom: 0.5em;
}

img {
  border: 1px solid #888;
  padding: 3px;
  background-color: #ddd;
  margin: 10px 0 0 0;
  max-width: 600px;
}

blockquote {
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 0.5em 50px 0.5em 50px;
  width: 500px;
  background-color: #bbc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

blockquote p {
  padding: 0;
}

blockquote p:nth-child(2) {
  margin-top: 0.5em;
}

cite {
  color: #666;
}

a {
  color: #055;
  font-weight: bold;
}

#home {
  font-size: 80%;
  padding-bottom: 2em;
}

.cd {
  clear: both;
  float: left;
  margin: 0 1em 20px 0;
  width: 180px;
  border: 1px solid #666;
  padding: 3px;
}

strong {
  font-weight: bold;
  color: #4E366E;
}

em {
  font-weight: bold;
  font-style: italic;
  color: #4E366E;
}

