[style type="text/css"]
a:link {
 font-family: Arial;
 color: #00FFFF;
 text-decoration:none;
 }
a:link {
font-family: Arial;
color: #00FFFF;
text-decoration:none;
}
a:visited {
font-family: Arial;
color: #00C0FF;
text-decoration:none;
}
a:active {
font-family: Arial;
color: #FF0000;
text-decoration:none;
}
a:hover {
font-family: Arial;
color: #FFFFFF;
text-decoration:none;
}
[/style]