<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 

 body {
   font-family: 'Josefin Sans',"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Open Sans Condensed", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: 500;  
 /*font-weight: lighter;*/
}

*{ font-family: 'Josefin Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue","Open Sans Condensed", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: 500;
   /* font-weight: lighter;*/
   }

/* text-shadow: 5px 5px 3px rgba(255,255,255 0.4); note last is % of color to show, also can use #fffff or just name of color instead of rgba values
*/
H1 {
      font-size: 36px;
    
    color: navy;
text-shadow: 5px 5px 3px #A2A7E8 ; /*B5B8EB softer*/
 }

 H2 {
      font-size: 26px;
    
    color: navy;
 }

H3 {
     font-size: 22px;
  
    color: navy;
 }
H4 {
      font-size: 18px;
   
    color: navy;
 }
H5 {  
    font-size: 14px;
    
    color: navy;
 }
H6 {
      
    font-size: 11px;
    
    color: navy;
 }
 

 P {
      
    font-size: 18px;
     
    color: navy;
 }

a:link {
    color: blue;
}

/* visited link */
a:visited {
    color:grey;
}

/* mouse over link */
a:hover {
    color: Red;
}

/* selected link */
a:active {
    color: red;
}</pre></body></html>