a:link {
 text-decoration: none;
 font-weight: bold;
}

a:active {
 text-decoration: none;
 font-weight: bold;
}

a:visited {
 text-decoration: none;
 font-weight: bold;
}

a:hover {
 text-decoration: none;
 font-weight: bold;
}

td.text {
 color: rgb( 0, 0, 51 );
 bgcolor: rgb( 204, 204, 255 );
 text-align: left;
}