html {height: 100%; }
body {margin: 0px; padding: 0px; background-color: #cccccc;	min-height: 100%; font-size:calc(10px+.2vw); }
p {text-indent:25px; }
a {text-decoration:none; }
.link {text-decoration:none; font-weight:bold; }
.h1 {font-size:calc(10px + 1.5vw); font-weight:bold; text-align:center; }
.h2 {font-size:calc(10px + 1vw); font-weight:bold; text-align:center; text-decoration:none;}
.footer {font-weight:bold; }
.vocab, .boldandblue {font-weight:bold; color:#0000ff; }
.example, .title {font-weight:bold; }
.sections {list-style-type:none; font-size:calc(8px + .3vw); }
.sections li {margin-left:-20px; }
.sections ul {font-size:calc(8px + .3vw); }
.sections a {text-decoration:none; }
.figure {font-weight:bold; color:#ff0000; }
.sources{font-weight:bold;  }
/* Begin Print Media */
@media print {
	* {background:transparent !important; color:#000000 !important; text-shadow:none !important; font-size:10pt !important;	font-weight:normal !important; font-style:normal !important; }
	
	h1 {font-size:16pt !important;	}
	h2 {font-size:14pt !important;	}
	
	figure, header, nav, footer, sidenav {display: none; }
	img {width:50%; }	
	ul {font-size:12pt !important;	}
}