@font-face { font-family: editundo; src: url('editundo.ttf'); }
@font-face { font-family: editundo; font-weight: bold; src: url('editundo.ttf');}
header{
	margin-left:20px;
	font-family:editundo;
	font-size:90px;
	color:#127F01;
}
h3{
	margin-left:40px;
	font-family:editundo;
	font-size:30px;
	color:#7F4F1F;
}	

body{
	background-image:url("grass.jpg");
	background-repeat: repeat;		
}

button{
	background: transparent;
	border: transparent;
}
table{
	padding: 0px 200px 1px 80px;
}

