body {background-color: gray;
     font-family: Verdana, Arial, Helvetica,
Sans-Serif ;
     color: white;
     font-size: 12px;
             }

h2 {background-color: silver;
   color: black;
   padding: 3px;
   align: center;
   width: 5.5em;
   font-size: 1.8em;
   font-weight: bold;}

h3 {border-bottom: 4px solid black;
   border-right: 3px solid silver;
   background-color: white;
   width: 5.5em;
   align:center;
   padding: 3px;
   color: silver;
   font-size: 16px;}

h4 {text-decoration: underline;;
   color: black;
   font-size: 1.4em;}

p.1 {text-align: left}
p.2 {text-indent: 15px;}
li {list-style-type: katagana}