  a:link {
   color:blue;
   background: transparent;  
  }
  a:active {
   color:blue;
   background: transparent;   
  }
  a:visited {
   color:purple;
   background: transparent;
  }
  a:hover {
   color:#5353FF;
   background: transparent;  
  }

  a.img:hover{
  position:relative; 
  top:1px; 
  left:1px;
  }

  a.scroll:link {
   font-size:90%;
  }
  a.scroll:visited {
   font-size:90%;
  }
  a.scroll:active {
   font-size:90%;
  }
  a.scroll:hover {
   font-size:90%;
  }
  
  a.map:link {
   color: #663333;
  }
  a.map:visited {
   color: #663333;
  }
  a.map:active {
   color: #663333;
  }
  a.map:hover {
   color: red;
  }

  a.pop:link {
   text-decoration: none;
   border-bottom: dotted 1px;
  }
  a.pop:visited {
   text-decoration: none;
   border-bottom: dotted 1px;
  }
  a.pop:active {
   text-decoration: none;
   border-bottom: dotted 1px;
  }
  a.pop:hover {
   text-decoration: none;
   border-bottom: dotted 1px;
  }

  a.tab1:link {
   background: transparent;
  }
  a.tab1:visited {
   background: transparent;
  }
  a.tab1:active {
   background: transparent;
  }
  a.tab1:hover {
   background: transparent;
  }


  a.tab2:link {
   background: transparent;
   font-size: 90%;
  }
  a.tab2:visited {
   background: transparent;
   font-size: 90%;
  }
  a.tab2:active {
   background: transparent;
   font-size: 90%;
  }
  a.tab2:hover {
   background: transparent;
   font-size: 90%;
  }

  a.noteref {
   text-decoration: none;
   font-style:normal;
   font-size:70%;
   position:relative;
   bottom: 0.6em;
  }



