html, body {
  font-size: 16px;
  text-align: justify;
  font-family: Times New Roman;
	line-height: 20px;
	color: #000000;
  background-color: #DEE8FF;
}

td, th {
	font-family: Times New Roman;
	font-size: 16px;
	text-align: justify;
	line-height: 20px;
	color: #000000;
	font-family: Times New Roman;
}

a {
	color: #000000;
  text-decoration: none;
}

form {
	background-color: #000000;
}

a:active {
  text-decoration: none;
  color: #000000;
}

a:hover {
	color: #000000;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

