h1{
  color: blueviolet
}
h1{
  font-family: serif
}
h1{
  font-weight: 1000
}
}
li{
  color: cadetblue
}
li{
  font-family: inherit
}
ol{
  color: darkblue
}
ol{
  font-family: cursive
}
h3{
  color: darkolivegreen
}
h3{
  font-family: monospace
}
h3{
  font-weight: bolder
}
h5{
  color: darkcyan
}
h5{
  font-family: sans-serif
}
p{
  color: darkviolet
}
p{
  font-family: fantasy
}
p{
  font-style: italic
}