BODY { 
       font-family:  "times new roman", times, serif;
       color:         white ;
       margin-left:   10%;
        margin-right: 10%;
        text-align:   justify;
     }
H1,H2,H3     { font-family:  gill, arial, helvetica, sans-serif }
H2,H3        { margin-left:  2% }
H1           { text-align:   center; text-transform: uppercase }
DIV.abstract { margin-left:  20%; 
               margin-right: 20%;
               font-size:    smaller
             }
P            { text-indent:  5em;}
A:link       { color: #ccffff; text-decoration: underline }
A:visited    { color: purple;  text-decoration: none }
A:active     { color: white; text-decoration: underline }
.goofy       { color:          #FFFF00; 
               font-family:     arial; 
               background:      blue;
               text-decoration: blink;
             }


