body { 
	background : white;
	color : black;
}
table { 
	width : 100%; 
	// border-width : 0;
	color : dark;
}
h1, h2, h3  {font-family : sans-serif; }
h1 {font-size : 175%; color : DarkCyan; text-align : center;}
h2 {font-size : 150%;  color : DarkCyan; 
    border-bottom : solid; 
    border-bottom-width : 1;
}
h3 {font-size : 125%; font-style : italic;}
// td { vertical-align : center;}
sup {font-size : 75% ; }
// strong { font-weight : bold; }
hr { size : 1; width : 100%; }
// .new { background : yellow; }
