body { background: antiquewhite; background-image: url("wallp.gif"); color: black; margin-left: 3em; margin-right: 3em; margin-top: 2em; }
h1 { background: honeydew; color: black; font-style: MS-serif; text-align: center;  font: bold 30pt serif; 
}
h2 { background: ivory; color: blue black; text-aling: center;  font: 25pt serif; }
.title { letter-spacing: 1em; }
.title{ border-color: skyblue;
        border-width: 3px;
        border-style: solid;
        padding-left: 10px; }
.border1 { 
        border-color: blue;
        border-style: outset;
        border-width: 10px
     }	 



p { line-height: 2.0em; font: 20pt serif; }
.break {
	    overflow-wrap: break-word; 
         word-wrap: break-word;
       }
em { font-style: italic; font-weight: bold; color: crimson; }
table. tr. td. th { border-width: 5px; border-style: outset; honeydew; }
td { background-image: url("wallp.gif"); }
a:link { color: blue; }
a:visited { color: blue violet; }
a:hover { color: tomato; }
input:focus{background-color: cream;}
.indent {text-indent: 1em;}