/*
 * http://
 */

/*unvisited links*/
a:link
{
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}

/*visited links*/
a:visited
{
  font-weight: bold;
  color: #336633;
  text-decoration: underline;
}

/*visited links*/
a:active
{
  font-weight: bold;
  color: #336633;
  text-decoration: underline;
}

/*hover over links*/
a:hover
{
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}
