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

html {
  font-size: 100%;
  font-size: 16px;
}

@media   (max-width: 40em) { 
html {
  font-size: 18px;
}
 
 }

body {
  font-family: "Athiti", "Open Sans", Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75rem;
  color: #75737f;
  color:#666666;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1em;
   
}
 

	/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.75;
  margin-bottom: 1.42857rem;
  text-rendering: optimizeLegibility;
  color: inherit; }

p.lead {
    font-size: 1.25rem;
    line-height: 1.6; }

p aside {
    font-size: 1rem;
    font-style: italic;
    line-height: 1.35; }

blockquote {
		color: #333333;
}

.question {
	font-weight: normal;
	line-height: 2;
	color: #333;
}	

.noprint {
    display: none;}