/* tonica CSS Document */

body {
	background-color: #ff9900;
}

#tabla {
	width: 800px;
	height: 600px;
	margin-top: 50px;
	border-style: none;		
	  
     	 }
td#text{
	font-style: normal;
	font-weight:;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
}
td#text a {
	text-decoration: none;
	color: #333;
}
td#text a:hover {
	color: #000;
	}
	
#boton {width:100px;
height:30px;
top:500px;
display:block}