  @charset "utf-8";
  /* CSS Document */
  
  * { margin: 20; padding: 0; }   */
  
  body
	  {
	  background-color:#FFF;
	  }
  
  #input
	  {
	  border-radius: 8px;
	  text-align:center;
	  height: 20px;
	  width: 70px;
  
	  }
	  
	  
	  
  #button
	  {
	  border-radius: 8px;
	  text-align:center;
	  width:80px;
	  height:25px;
	  box-shadow:5px 5px 10px #000;
	  background-color: #CCCCCC;
	  }
  
  #button1
	  {
	  border-radius: 8px;
	  text-align:center;
	  width:180px;
	  height:25px;
	  box-shadow:5px 5px 10px #000;
	  background-color: #CCCCCC;
	  }
  
  
  
  
#buttonpint
	{
	background-color:#CCC;
	width:25px;
	height:25px;
	box-shadow:5px 5px 12px #000;
	border-radius:8px;
	text-align: center;
	}
  
  
  #datatxt
	  {
	  background-color: #CCCCCC;
	  border-radius: 8px;
	  text-align:center;
	  color: #000;
	  width:70px;
	  height:20px;
	  }
  
  
  #datatxtresult
	  {
	  background-color: #CCCCCC;
	  border-radius: 8px;
	  text-align:center;
	  color: #000;
	  width:150px;
	  height:20px;
	  }
	  
  #table	
  {
	  background-color:#FFC;
	  border-radius: 8px;
	  border:2px solid;
	  border-color:#000;
	  color: #000;
	  box-shadow:5px 5px 10px #000;
	  }
  
  #firma {
	  background-color:#CCCCCC;
	  width:500px;
	  height:20px;
	  box-shadow:5px 5px 12px #000;
	  border-radius:8px;
	  text-align: center;
	  font-weight: bold;
  }
  
  
  a:link {
	  color: #0000FF;
  }
  a:visited {
	  color: #666;
  }
  a:hover {
	  color: #0F0;
  }
