/* external CSS file */
/* filename='sheet.css' */
/* NO HTML MARKUP ALLOWED */

a.lrn		 					  { color: green; }
a:link.lrn 					{ color: #00009c; text-decoration: underline; }
a:active.lrn				{ color: #d00000; text-decoration: underline; }
a:visited.lrn				{ color: #393939; text-decoration: underline; }
a:hover.lrn					{ color: #d00000; background-color: #cccccc; }

col.lrnAa	 					{ width: 190; }
col.lrnAb	 					{ width: 170; }
col.lrnAc	 					{ width: 240; }
col.lrnB	 					{ width: 64; }
col.lrnC	 					{ width: 84; }
col.lrnD	 					{ width: 48; }
col.lrnSp	 					{ width: 16; }

table.lrn						{ text-align: left; border: 0 solid black;
										  margin: 0 0 64 0; padding: 0; table-layout: fixed; }
tr.lrn							{ vertical-align: bottom; }
td.lrn							{ padding: 2 4 0 6; vertical-align: top;
										  font: 400 normal 9pt sans-serif;
											border-right: 1 solid #000000;
											border-bottom: 1 solid #000000; }
th.lrn							{ padding: 0; text-align: center;
										  font: 600 small-caps 7pt sans-serif;
											border-bottom: 1 solid #000000; }
