apprend le html... 
soit tu met
< a href="ta_page.php"><font color="FFFFFF">Cliquez ici</font></a>
soit tu créé une feuille de style avec
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #AAD2ED;
text-decoration: underline;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
a.legal {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #eeeeee;
text-decoration: none;
}
a.legal:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #eeeeee;
text-decoration: underline;
}
par exemple