body {background-color: silver;
     font-family: Lucida;
     margin: 50px;
     font-size: 1.4em;
             }

h2 {background-color: white;
   border: 2px dashed black;
   width: 5.0em;
   font-size: 1.6em;}

h3 {border-bottom: 2px solid black;
   border-right: 3px solid black;
   width: 4.5em;
   padding-right: 3px;
   padding-left: 4px;}

h4 {text-decoration: overline;}

p.one {background-color: gray;
    font-family: Times New Roman;}
p.indent {text-indent: 10%;
         background-color: gray;
         font-family: Arial;}
ul {list-style-type: none;
  color: black;}

