/* Insert any CSS code below here */

body{
  background-color:lightyellow;
}

h1,h2,h3, h4, h5{
  color:black;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }


p{
  font-size:16px;
  color:black;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

ol{
  font-size: 15px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

ul{
  font-size: 15px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}