<!--
a.navlink:visited { text-decoration: none; color: white; }
a.navlink:hover { text-decoration: underline; color: red; }
a.navlink:link { text-decoration: none; color: white; }

a:link { text-decoration: underline; color: #00ffff; }
a:hover {text-decoration: underline; color: red; }
a:visited { text-decoration: underline; color: #00ffff; }

 #Layer1 {
      margin-left: 6%;
      margin-top: 11px; 
	  width: 88%;
   }
   #Layer2 {
      margin-left: 6%;
      margin-top: 40px;
	  width: 88%;
	 }
   #Layer3 {
      margin-left: 6%;
      margin-top: 40px; 
	  width: 88%; 
   }
-->