body {background-color: white; } 

p {color: #333399;
   font-family: arial, sans-serif;
   font-style: normal;
   font-size: 75%;
   text-align: justify;
   width: 100%; 
   }
   
h1 {color: black;
    font-family: arial, sans-serif;
   font-style: normal;
   font-size: 75%;
   text-align: justify; }
       
   
a:link {color: #333399;
        text-decoration: none;
}
a:visited {color: #333399;
           text-decoration: none;
}


a:hover {color: #000000;
         font-style: italic;
         font-size: 100%;
         text-spacing: 6px;
		 
}

pre 
