A:visited  { color: Aqua; text-decoration: underline;  font-style : normal;  }
A:link  { color: White; text-decoration: underline;  font-style : normal;  }
A:hover  { color: Yellow; text-decoration: none;  font-style : normal;  }
A:active  { color: #FFA500;  font-style : normal;  }

