em { color:green ; 
     italic ; 
     font-family:"Times", "Times New Roman", serif ; 
     font-weight: bold ;
     }

h1 { margin-top: 0 ; 
     color: green ; 
     font-size: 60pt;
     }
h2 { margin-right: 5% ; 
     color:darkslateblue ; 
     font-family:"Arial", san-serif ;
     }
h3 { margin-left: 3% ; 
     margin-right: 10% ; 
     color:slateblue ; 
     font-family:"Arial", san-serif ;
     }
p  { margin-left: 3% ;
     }
p.hype { margin-left:0% ; 
         font-size: 125% ;
         }
li { margin-left: 3% ;
     margin-right: 10% ;
     }

div.title { position: absolute ;
            width: 800px ; 
            text-align: center ; 
            padding: 0.5 ; 
            }
div.main { position: absolute ; 
           left: 300px ; 
           width: 500px ; 
           top: 300px ;
           }
div.color { position: absolute ; 
            left:0px ; 
            width: 250px ; 
            top: 300px ; 
            background: rgb(235,235,255) ; 
            padding: 0.5em ; 
            border: none ; 
            font-weight: bold ; 
            height: 125% ; 
            }


