A:link {text-decoration: none; color: #FFFF00; font-family: arial; font-size:12;}

A:visited {text-decoration: none; color: #FFFF00; font-family: arial; font-size:12}
A:active {text-decoration: none; color: #ffff00; font-family: arial; font-size:12}
A:hover {text-decoration: bold; color: #FF0000; font-family: arial; font-size:12}



A.ml:link {
 text-decoration: none;
 color: #FFFF00;
 font-family: arial;
 font-size:12;
}

A.ml:visited {
 text-decoration: none;
 color: #FFFF00;
 font-family: arial;
 font-size:12
}

A.ml:active {
 text-decoration: none;
 color: #FFFF00;
 font-family: arial;
 font-size:12
}

A.ml:hover {
 text-decoration: bold;
 color: #FFFF00;
 font-family: arial;
 font-size:12
}


*/ Anything inside these brackets is a comment *//* 
A:hover {background-color: #4FCFDF; colr #135FC8; text-decoration: bold} 
/*


*/ These apply if inside the link it is given the class="ml"
   example <A HREF="http://alink.com" class="ml">click here</A> /*