input.valor {
	text-align:right;
}
body {
  font: 95% Arial;
}

table {
  font: 95% Arial;
}

form {
  font: 95% Arial;
}

td {
  font: 95% Arial;
}

th {
  font: 95% Arial;
}

tr {
  font: 95% Arial;
}

div {
  font: 95% Arial;
}

p {
  font: 100% Arial;
}


a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}