/* default style-sheet */
a:link    {color: #003399; background-color: transparent; text-decoration: underline}
a:visited {color: #993300; background-color: transparent; text-decoration: underline}
a:hover   {color: #ff3300; background-color: transparent; text-decoration: underline}
a:active  {color: #336633; background-color: transparent; text-decoration: none}

/* nav-bar style-sheet */
a.nav:link    {color: #ffffff; background-color: transparent; font-weight: normal}
a.nav:visited {color: #cccccc; background-color: transparent; font-weight: normal}
a.nav:hover   {color: #003399; background-color: #66ffff; text-decoration: none; font-weight: normal}
a.nav:active  {color: #003399; background-color: #66ffff; font-weight: bold}

/* kc1xx-team style-sheet */
.team:link    {color: #ffffff; background-color: transparent; font-weight: normal}
.team:visited {color: #cccccc; background-color: transparent; text-decoration: none; font-weight: normal}
.team:hover   {color: #003399; background-color: #66ffff; text-decoration: none; font-weight: normal}
.team:active  {color: #003399; background-color: #66ffff; font-weight: bold}
