﻿
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      normal;
  background-color: white;
  color:            black;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      normal;
  background-color: white;
  color:            black;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      bold;
  background-color: white;
  color:            black;
  } 
a:active  {
  text-decoration:  none;
  font-weight:      bold;
  background-color: white;
  color:            black;
  } 

img
{  border-style: none;
}
.hideyText {
    font-size: large;
}


