﻿body {
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #FFFFFF;
  border: 0px;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #FFFFFF;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      bold;
  color:            #314ADB;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #FFFFFF;
  } 
  
  .NormalWhite  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:       normal;
  color:            #FFFFFF;
  } 
  


