<!--
a.navlink:visited { text-decoration: none; color: black; }
a.navlink:hover { text-decoration: underline; color: red; }
a.navlink:link { text-decoration: none; color: black; }

a:link { text-decoration: underline; color: blue; }
a:hover {text-decoration: underline; color: red; }
a:visited { text-decoration: underline; color: blue; }

  #Layer1 {
      margin-left: 6%;
	  margin-top: 25px; 
	  width: 88%;
   }
   #Layer2 {
      margin-left: 6%;
	  margin-top: 20px;
	  width: 88%;
	  background-color: #FFCC33
   }
   #Layer3 {
      margin-left: 6%;
	  margin-top: 40px; 
	  width: 88%;
   }
   #Layer4 {
      margin-left: 6%;
      margin-top: 40px;
	  width: 88%;
	  
   }
p.optinbox {
 padding-left: 40px;
 padding-right: 40px;
 padding-top: 10px;
 padding-bottom: 10px;} 	
-->