/* 
    ------------
    DEFAULT LINK 
    ------------
*/
a:visited { 
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a:link { 
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a:hover { 
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

/* 
    ---------
    BODY LINK 
    ---------
*/
a.body:visited { 
  text-decoration: underline; 
  color: #000000;
  font-weight: normal;
}

a.body:link { 
  text-decoration: underline; 
  color: #000000;
  font-weight: normal;
}

a.body:hover { 
  text-decoration: underline; 
  color: #000000;
  font-weight: normal;
}

/* 
    ------------------
    SUB-MENU ITEM LINK 
    ------------------
*/
a.sub:visited { 
  color: #FFFFFF;
  text-decoration: none;
  font-size: 9pt;
  font-weight: normal;
}

a.sub:link { 
  color: #FFFFFF;
  text-decoration: none;
  font-size: 9pt;
  font-weight: normal;
}

a.sub:hover { 
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 9pt;
  font-weight: normal;
}

