@font-face {
  font-family: 'holmesh';
  src: url('images/holmesh.otf');
}

body {
  font-family: 'holmesh', sans-serif;
  background-color: rgba(250, 250, 230, 0.5);
  text-align: justify;
  text-justify: inter-word;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.0;
  letter-spacing: 0.0em;
  padding: 10px;
}

table {
  width: 96%;
}

p {
  font-family: 'holmesh', sans-serif;
  font-size: 20px;
  text-align: justify;
  text-justify: inter-word;
  font-weight: 100;
  line-height: 1.0;
  letter-spacing: 0em;
  padding: 0px;
}

p.q {
  font-family: 'holmesh', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  text-justify: inter-word;
  line-height: 1.0;
  letter-spacing: 0em;
  padding-right: 37%;
  padding-left: 12%;
  color: rgba(64,24,24,0.8);
}

p.c {
  font-family: 'holmesh', serif;
  -webkit-font-smoothing: antialiased;
  text-align: right;
  text-justify: inter-word;
  font-weight: 100;
  line-height: 1.0;
  letter-spacing: 0em;
  font-size: 20px;
  padding: 0px;
}

h1 {
  font-family: 'holmesh', serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1.0;
  letter-spacing: 0.5em;
} 

h4 {
  font-family: 'holmesh', serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-style: oblique;
  font-size: 28px;
  line-height: 0.5;
  letter-spacing: 0.0em;
} 

img {
  align: top;
  float: right;
  width: 25%;
  margin: 0 0 15px 30px;
}

