
  a:link {
  	text-decoration: none;
  	color: #3333CC;
  }
  
  a:active {
  	text-decoration: none;
  	color: #3366FF;
  }
  a:visited {
  	text-decoration: none;
  	color: #9933CC;
  }
  a:hover {
  	text-decoration: underline;
  	color: #FF0000;
  }
  
