/* CSS Document */

a:link {
  /* Applies to all unvisited links */
  text-decoration:none;
  font-family:Trebuchet MS;
  font-size:85%;
  /*font-weight:bold;*/
  /*background-color: #ddd; */
  /*color:#1616BC;*/
  /*color:#BCDB6A;*/
  /*color:#5C731E;*/
  color:black;
  } 
a:visited 
{text-decoration: none}

a:active 
{text-decoration: none}

a:hover 
{text-decoration: none;font-weight:bold;color:#FF3399;}
