<!DOCTYPE html>
<html>
<head>
<style>
h1 {
  color: blue;
  font-family: verdana;
  font-size: 300%;
}
h2 {
  color: blue;
  font-family: verdana;
  font-size: 200%;
}
p  {
  color: red;
  font-family: courier;
  font-size: 100%;
}
</style>
</head>
</html>
