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;
 }


li{background: white;
  border: 3px inset silver;
  font-size: 125%;
  font-family: "Courier New";
  font-weight: light;
    width:420px;
}



ul{color: navy;
  text-shadow: 2px 2px 1px silver;
  background: lightblue;
  padding: 30px; 
}

ol {color: navy;
   text-shadow: 2px 2px 1px silver;
  background: lightblue;
padding:30px;}



h2{color: white;
  font-family:"cursive";
  text-shadow: 2px 2px 1px black;
  font-weight: light;
border: 3px red double;
background: lightgreen}



h6{background: lightblue;
  font-size: 120%;
font-family: Brush Script MT;
font-weight: light;
padding: 3px;
width:50;}

