body { background-color: White;}
a:link {color: #000000; text-decoration:none;}     /* unvisited link */
a:visited {color: #000000; text-decoration:none; }  /* visited link */
a:hover {color: #000000; text-decoration:underline; }   /* mouse over link */
a:active {color: #000000; text-decoration:underline;}   /* selected link */

h1 {font-size: 42px ;}
h2 {font-size: 19px ;}
h3 {font-size: 19px ;}
.itext {font-size: 14px ;}
.iborder{ border-color:#999999;}

