To change a hyperlink with CSS change the a:link
Like:
a:link {
color: ff9900;
font-family: arial;
font-weight: bolder;
font-size: 12;
text-align: center;
{
To change a hyperlink with CSS change the a:link
Like:
a:link {
color: ff9900;
font-family: arial;
font-weight: bolder;
font-size: 12;
text-align: center;
{