A:link {text-decoration: none; color: #000040; font-family: arial; font-size:14;}

A:visited {text-decoration: none; color: #000040; font-family: arial; font-size:14}
A:active {text-decoration: none; color: #ff0000; font-family: arial; font-size:14}
A:hover {text-decoration: bold; color: #FF0000; font-family: arial; font-size:14}

/* 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>  */

A.ml:link {
 text-decoration: none;
 color: #ffffff;
 font-family: arial;
 font-size:14;
}

A.ml:visited {
 text-decoration: none;
 color: #ffffff;
 font-family: arial;
 font-size:14
}

A.ml:active {
 text-decoration: none;
 color: #ffff00;
 font-family: arial;
 font-size:14
}

A.ml:hover {
 text-decoration: bold;
 color: #ffff00;
 font-family: arial;
 font-size:14
}