﻿a:link
{
  color: #0072ff;
  font-weight: bold;
  text-decoration: underline;
}

a:active
{
  color: red;
  font-weight: bold;
}

a:hover
{
  color: #6EC114;
  font-weight: bold;
}

a:visited
{
  color: #6699ff;
  font-weight: bold;
}
