nav { font-family: Roboto, sans-serif;}
h1, h2, h3, h4 { font-family: Roboto, sans-serif;}

p { font-family: roboto, sans-serif;
 	 font-weight: 300;}
 h1, h2 { font-family: roboto, sans-serif;
 		  font-weight: 700;}
li { 
 	list-style: disc !important;
	list-style-position: outside !important;
    font-weight: 300;
 }
nav li { font-weight: 300;}
 
 table { margin: auto;
 		 margin-top:40px;
         border: 1px;}
 th { width: 60%;
      background-color: #FDE68A;} 
 td { align-items: center; border: 1px solid #ccc;}
 #trustees strong { font-weight: 700; }
 strong { font-weight: 700; }
 
 #contact td, #contact tr {
 border:0px;
 border-color: #fff;
 }
 #footer a, #footer a:visited {
   color: #000;
   border-bottom:#aaa 1px solid;
 }
 #footer a:hover {
   color: red;
   border-bottom:#bbb 1px solid;
 }