h1 {color: White;
  background: green;
  border: 6px dotted red;
  padding: 3px;
  margin: 12px;
}

h4{font-size: 105%;
  color: White;
  border: 3px dashed Red;
  background: Navy;
  padding: 6px;
 }

h2{text-decoration: underline wavy silver;
font-weight: light;}



li{background: lightblue;
  border: 3px inset teal;
  font-size: 125%;
  font-family: "cursive";
  font-weight: bold;
}

ol {color:silve;
  background: silver;
padding:30px;}

ul{background: silver;
  padding: 30px; 
}


h6{border: 3px outset black;
  color:black;
  background: gold;
  font-family: Courier New;
  font-size: 120%;
}

