body
{margin: 0;
padding: 0;
}

table {
margin: 10px auto;
width: 738px;
border-collapse: collapse;
}

td, th {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 4px;
	vertical-align: top;
}
td:nth-child(2), td:nth-child(4) {
	text-align: left;
}

td:nth-child(1), td:nth-child(3) {
	padding-left: 25px;
	
}

input {
	
	float: center;
	color: #fff;
margin-top: 1px;
	margin-left:15px;
		width: 22px;
	height: 22px;
	
}
tr:nth-child(even)
{
	background: #f6eaea;
}

tr:nth-child(odd)
{
	background: #f6eaea;
}


h1 {
	padding-top: 20px;
	text-align: center;
	font-size: 20px;
	display: none;
}

.print {
	text-align: center;
	display: block;
	margin: 10px auto;
	text-decoration: none;
	padding: 5px;
	color: white;
	background: #e33d40;
	width: 80px;
	border-radius: 5px;
	font-weight: bold;
}

p {
	text-align: justify;
	
	
}

span {
	color: #0084a9;
	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 28px;
	font-size: 1em;
}

h3 {
	padding-top: 80px;
	margin-left: 310px;
	margin-bottom: -70px;
}


p {
width: 738px;
margin: 0 auto;
}

a, a:visited {
		color: #008200;
		
	}
	
	
	.print{
	 background-color: #6e0309;
  display: block;
  width: 90px;
  margin: 0px auto;
  margin-top: 30px;
  cursor: pointer;
  text-decoration: none; padding: 4px 12px;          background: linear-gradient(#7a3434, #e89296);      border: solid 1px #002833;       border-bottom: solid 1px #6e0309;       box-shadow: inset 0 0 0 1px #fcc7ca;     color: #fff;       text-shadow: 0 1px 0 #85050e;
}
.print:hover {
color: #fff;
  background-position: 0 20%;
}
.print:active {
  background-image: linear-gradient(rgba(0, 0, 0, .6), transparent);
}

