body {
  background-color: white; 
  max-width: 7in;
  margin: auto;
}

h1 {
  color: #cc5500;
  font: 45px/47px 'LearningCurveProRegular', times, serif;
}

h2 {
    font-family: 'BergamoStdRegular', times, serif;
}

p, li {
  text-align: justify;
  font: 18px/20px 'BergamoStdRegular', times, serif;
}

.footnote {
/*  font-size: small; */  
  font: 22px/22px 'LearningCurveProRegular', times, serif;
}

a {
  color: #cc5500;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@font-face {
	font-family: 'BergamoStdRegular';
	src: url('fonts/BergamoStd-Regular-webfont.eot');
	src: local('☺'), url('fonts/BergamoStd-Regular-webfont.woff') format('woff'), url('fonts/BergamoStd-Regular-webfont.ttf') format('truetype'), url('fonts/BergamoStd-Regular-webfont.svg#webfontwfBzOZwD') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LearningCurveProRegular';
	src: url('fonts/LearningCurve_OT-webfont.eot');
	src: local('☺'), url('fonts/LearningCurve_OT-webfont.woff') format('woff'), url('fonts/LearningCurve_OT-webfont.ttf') format('truetype'), url('fonts/LearningCurve_OT-webfont.svg#webfontqOzRIsTt') format('svg');
	font-weight: normal;
	font-style: normal;
}

