        body {text-align: justify ; font-family: geneva, helvetica, monaco, sans-serif ; background: #ffff99 ; margin-right: 5% ;}
       A:hover {background: cyan ; }
       HR {color: teal }
        .alpha   {background:  white ; margin-right: 5% ;
                       border-top: green thick dashed ;  border-right:  green thick dashed ; border-left:  green thick dashed ; border-bottom:  green thick dashed ;}
        .beta   {background:  white ; margin-right: 5% ;
                       border-top: red thick dashed ;  border-right:  red thick dashed ; border-bottom:  red thick dashed ; border-top: red thick dashed ;}

       H1 {font-family: "Hoefler Text", Verdana, Arial, Geneva, Helvetica, sans serif ; color: brown  ; 
         text-transform: capitalize ; font-style: italic ; background:  yellow }
       H1 { text-transform: capitalize ;}
         H2 {font-family: "Hoefler Text", Verdana, Arial, Geneva, Helvetica, sans serif ; 
         color: brown ; text-transform: capitalize ; font-style: italic ; background:  yellow }
         LI {margin-right: 2% ; margin-left: 2% ; margin-top: 2%  ; margin-bottom: 2%; }
        .brown { background: brown ; margin-left: -2% ; }    
H3, H4, H5, H6
{
border: none;
color: blue;
font-weight: bold;}
A
{color: black;
text-decoration: underline}
A:link
{color: red}
A:visited
{color: green}
A:active {color: orange}