p{
  font-family:'Georgia', serif;
}

ul{
  font-family:'Georgia', serif;
}

li{
  font-family:'Georgia', serif;
}

h1{
  font-family:'Georgia', serif;
  text-decoration: underline;
}

h4{
  font-family:'Georgia', serif;
  text-decoration: underline;
}

h3{
  font-family:'Georgia', serif;
  text-decoration: underline;
}

h2{
  font-family:'Georgia', serif;
  text-decoration: underline;
}

a{
  font-size:0.5cm;
  font-family:'Michroma', sans-serif;
  font-variant:small-caps;
}

a:link{
  text-decoration: none;
  font-weight: none;
  background-color: #FFE5BD;
  color: black;
}

a:visited{
  text-decoration: none;
  font-weight: none;
  background-color: #FFE5BD;
  color: black;
}

a:hover{
  text-decoration: none;
  font-weight: none;
  background-color: #FECF89;
  color: black;
}