#footerlinks b{
font-weight:bold;	
}
#footerlinks i{
 font-style:italic;
}
#footerlinks u{
text-decoration:underline;
}
#footerlinks a{
color:blue;
text-decoration: underline;
}

#footerlinks > table > tbody > tr > td{
 border-style: solid; 
 border-width: 0px;
}
#footerlinks td{
 border-style: solid; 
 border-width: 1px;
}
#footerlinks ol{
list-style-position:inside;
list-style-type: decimal;
}
#footerlinks ul{
list-style-position:inside;
list-style-type: disc;
}
