body, td {
      background-color: rgb(255,255,255);
      font-family: Verdana, Arial; 
      font-weight: normal; 
      font-size: 15px;
      }
A:link { color: blue }       /* unvisited link */
A:visited { color: blue }   /* visited links */
A:active { color: red }    /* active links */
table, td {border:0;}
table.note {width: 80%; border: 1; text-align: left; margin-left: auto; margin-right: auto;}
td.iv {
	background-color: rgb(204, 255, 255);
	font-family: serif; font-size: 14;
	font-style: italic;
	font-weight: normal
      }
table.note td {
	background-color: rgb(204, 255, 255);
	font-family: serif; font-size: 14;
	font-style: italic;
	font-weight: normal
        }
table.index {width: 100%; text-align: left; border: 0;}
table.index td {font-family: sans-serif; font-size: 15px; }
h1 {font-family: Verdana, Arial; color: rgb(0, 0, 170);}
h2 {font-family: Verdana, Arial;}
.underlined {text-decoration: underline;}
.r {color: red;}
.g {font-weight: bold}
.u {text-decoration: underline;}
.en {color: #cc33cc; text-decoration: underline; }

