h1{
  font-family: sans-serif;
  color: white;
  font-size: 36;
}
a{
  text-decoration: none;
  color: #eeeeee;
}


.quote {
  margin:5px 10px 5px 10px;
  padding:10px 10px 10px 10px;
  color: white;	  
  font-family: sans-serif;
  font-size: 15px; 
}
.para-text {
  margin:10px 10px 10px 10px;	
  color: white;	  
  font-family: sans-serif;
  font-size: 14px; 
         text-decoration: none;
}
.main-heading {
  margin:10px 10px 5px 5px;	
  color: white;	  
  font-family: sans-serif;
  font-size: 24px; 
  font-weight: bold;
}
	
.sub-heading {
  margin:10px 10px 5px 5px;	
  color: white;	  
  font-family: sans-serif;
  font-size: 18px; 
  font-weight: bold;
}

.sub-sub-heading {
  margin:10px 10px 5px 5px;	
  color: white;	  
  font-family: sans-serif;
  font-size: 16px; 
  font-weight: bold;
}

.about-link {
  font-weight: bold;
  color: white;
}
	
.table-image {
  margin:10px 10px 10px 10px;
}


