/* Front Page:
 *   Everything centred by default.
 *
 */
body {
  font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
  font-size: 14;
  line-height: 120%;
  background-color: #ffffff; 
  margin-left: 15%; margin-right: 15%;
  }
  

h1,h2,h3 {
  color: #336600;
  }
/*
h2,h3 {
  font-family: Arial, sans-serif;
  margin-left: -3%; 
  }
a:link {
  color: blue;
  font-weight: normal;  
  }
a:visited {
  color: #336600; 
  font-weight: normal;  
  }
*/
