<!--

a:link {color: darkblue; text-decoration: none; font-weight: bold;}
a:hover {color: red; text-decoration: none; font-weight: bold;}
a:visited {color: darkblue; text-decoration: none; font-weight: bold;}
a:visited:hover {color: red; text-decoration: none; font-weight: bold;}

a.2:link {color: white; text-decoration: none;}
a.2:hover {color: #cccccc; text-decoration: none;}
a.2:visited {color: white; text-decoration: none;}
a.2:visited:hover {color: #cccccc; text-decoration: none;}

body {

margin: 0px;
background: white;

}

td {

font-size: 11pt;
font-family: Arial, Verdana;
color: #000000;

}

-->