/* default */
a.menu { text-decoration: none; font-weight: bold; font-size: 11px; margin: 0px; color: #ffffff; }
a:hover.menu { margin: 0px; color: #ffff55; }
/* end default */

a.red { text-decoration: none; font-weight: bold; font-size: 11px; margin: 0px; color: #FF5B5B; }
a:hover.red { margin: 0px; color: #ffff55; }

a.blue { text-decoration: none; font-weight: bold; font-size: 11px; margin: 0px; color: #5BFFF0; }
a:hover.blue { margin: 0px; color: #ffff55; }

a.green { text-decoration: none; font-weight: bold; font-size: 11px; margin: 0px; color: #C5FF5B; }
a:hover.green { margin: 0px; color: #ffff55; }

a.orange { text-decoration: none; font-weight: bold; font-size: 11px; margin: 0px; color: #FFB05B; }
a:hover.orange { margin: 0px; color: #ffff55; }

a.yellow { text-decoration: none; font-weight: bold; font-size: 11px; margin: 0px; color: #FFF519; }
a:hover.yellow { margin: 0px; color: #ffff55; }

a.violet { text-decoration: none; font-weight: bold; font-size: 11px; margin: 0px; color: #F3A9FF; }
a:hover.violet { margin: 0px; color: #ffff55; }

