p {
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #333;
}


a {
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #333;
}


a:hover {
  color: #888;
}


h1 {
  font-size: 24pt;

}