a:link { 
 text-decoration:none;
 color:#000000;
}

a:visited { 
 text-decoration:none;
 color:#000000;
}

a:active { 
 text-decoration:underline;
 color:#000000;
}

a:hover { 
 text-decoration:underline;
 color:#000000;
}


/** **/

table.normal{
 width:100%;
 }

* html table.normal{
 width:100%;

}

