/* CCS-file mijn website - R.T. Elzerman */

body {background-color: #FFFFFF;}


a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #FFFFFF;
  color:            black;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #FFFFFF;
  color:            black;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: #FFFFFF;
  color:            blue;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #FFFFFF;
  color:            blue;
  } 
