a.mlinks:link, a.mlinks:active, a.mlinks:visited
{ 
 color:  #ffffff; 
 text-decoration: none;   
 font-size:   12px;
 font-family: Verdana, Helvetica;
 font-weight: bold;
} 

a.mlinks:hover   
{ 
 color:  #ff2288; 
 text-decoration: underline;
 font-size:   12px;
 font-family: Verdana, Helvetica;
 font-weight: bold;
 cursor: pointer;
}

a.plinks:link, a.plinks:active, a.plinks:visited
{ 
 color:  #0000ff; 
 text-decoration: none;   
 font-weight: bold;
} 

a.plinks:hover   
{ 
 color:  #ff0066; 
 text-decoration: underline;
 font-weight: bold;
 cursor: pointer;
}

a.p2links:link, a.p2links:active, a.p2links:visited
{ 
 color:  #0000cc; 
 text-decoration: none;   
 font-weight: bold;
} 

a.p2links:hover   
{ 
 color:  #ff0066; 
 text-decoration: underline;
 font-weight: bold;
 cursor: pointer;
}

