TD {

 text-align: center; /* Выравниваем текст по центру */
}


body{background-color: #bfe026}
function colorbody(col)
         {
         document.body.style.background=col;
         }
A {
 text-decoration: none;
} 


<style type="text/css">
A:link { text-decoration: none; }
A:visited { text-decoration: none; }
A:active { text-decoration: none; }
A:hover {
font-size: 15px; /* Размер шрифта */
font-weight: bold; /* Жирное начертание */
color: red; /* Цвет ссылки */
}
</style>

