@charset "UTF-8";
/* CSS Document */

/*@font-face {  
	  font-family: Baskerville ;  
	  src: url( /Baskerville-Normal.ttf ) format("truetype");  
	}  */
	

body {
	background-color: #fdfdfd;  /* pear bg color f7f8f8 */
}
.heading {
	font-size: 48px;
	color: #4E3000;
	font-family: Baskerville;
}
.headingitalic {
	font-size: 36px;
	font-style:italic;
	font-weight:400;
	color: #4E3000;
	font-family: Baskerville;
}
.heading2 {
	font-size: 28px;
	color: #4E3000;
	font-family: Baskerville;
}
.paragraph {
	font-size: 16px;
	color: #4E3000;
	font-family: Baskerville;
}

a:link {color:#4E3000 ; text-decoration:none}      /* unvisited link */
a:visited {color:#3A2400 ; text-decoration:none}  /* visited link */
a:hover {color:#8D5802 ; text-decoration:none}  /* mouse over link */
a:active {color:#4E3000 ; text-decoration:none}  /* selected link */
