/* The following a tags must be in order */
a:link {color: #000000;
text-decoration: underline;
font-weight: bold}

a:visited {color: #000000;
text-decoration: underline;
font-weight: bold}
 
a:hover {color: #0000ff;
text-decoration: underline;
font-weight: bold}

a:active {color: #0000ff}

.leftcell    { font-family: Arial, sans-serif; color: #000000; font-weight: 500; text-align: left}

.tableborder { border: 1px solid #000000}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 500;
 color: black;
 font-size: medium;
 background-color: #99ccff;
 }



