DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
body {
	 margin:10 0 0 0;
	 font-family:verdana;
	 font-size:12pt;
	 background:white;
	 }
.menu input {
	  	  margin-top:3px;
	  	  }
a:link {
  	   color:rgb(143,197,37);
  	   text-decoration:none;
  	   cursor:hand;
  	   }
	   
a:hover {
  	   color:gray;
  	   text-decoration:underline;
  	   cursor:hand;
  	   }
	   
a:visited {
  	   color:rgb(253,169,3);
  	   cursor:hand;
	   text-decoration:none;
  	   }

.contpage {
		  padding-right:10px;
		  padding-left:20px;
		  }
