/* ****************************************************************************
 * 'more' type link formating                                                 *
 *                                                                            *
 * Author: ETM                                                                *
 * Created: 20230113                                                          *
 *                                                                            *
 * *************************************************************************  */

a.morelink {
    color: BLACK;
    text-decoration:none;
    display:block;
}
a.morelink:hover {
    font-weight:bold;
    text-decoration:none;
      /* DON'T SET BACKGROUND
      background-color:GRAY;
      */
}
a.morelink *:hover {
    font-weight:bold;
    text-decoration:none;
      /* DON'T SET BACKGROUND
      background-color:GRAY;
      */
}
span.morelink{
    color: RED; /* Can be overridden in AdminApp */
    text-decoration:none;
    display:block;
}