h1 {
  color:blue;
  font-family:"Times New Roman", Serif;
  font-size: 200%;
}

h2 {
  color:green;
  font-family:"Times New Roman", Serif;
}

h3 {
  color:black;
  font-family:"Times New Roman", Serif;
}
  
p {
  color:black;
  font-family:"sans-serif";
}