body {
   font-family: 'Josefin Sans', sans-serif; 
font-weight: 700;  
 /*font-weight: thin;*/
}

*{ font-family: 'Josefin Sans', sans-serif; 
font-weight: 700;
   /* font-weight: thin;*/
   }

/* 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-weight: 100;
   
    font-size: 36px;
    
    color: #666666;
text-shadow: 5px 5px 3px grey;
 }

 H2 {
    
   
    font-size: 26px;
 font-weight: lighter;
    
    color: #666666;
/* text-shadow: 5px 5px 3px rgba(255,255,255 0.4);*/
 }

H3 {
     font-size: 22px;
  font-weight: 400;
    color: #666666;
  
 }
H4 {
    font-size: 18px;
    line-height: 1.7;
    color: #666666;
 }
H5 {
    
    color: #666666;
 }
H6 {
    
    color: #666666;
 }
 

 P {
      
    color: #666666;
 
 }
.noDecoration, a:link, a:visited {
    text-decoration: none;
}

table, th,td   {
/* background-color: #E2E0DB;*/
    margin:0 auto; cell spacing=20;
}
td {
    background-color: #E2E0DB;
    color: white;
}
a:link {
    color: Black;
}

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

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

/* selected link */
a:active {
    color: red;
}
 
 
