 body	{
	
	}

header{
	/*  
	background-color: blue;
	color: white;
	font-family: sans-serif, arial, helvetica;
	padding: 0;
	margin: 0;
	*/
    }

.imgheader {
	border: 5px solid black;
	background-image: url("header.jpg");
	background-size: 100%;
	background-position: center;
	-moz -background-size: 100%;
	-webkit -background-size: 100%;
	background-repeat: no-repeat;
	padding: 70px;
	padding-top: 160px;
	}

nav {
	background-color: red;
	padding: 1px;
	margin: 0;
	}

ul {
	background-color: red;
	padding: 2px;
	text-align: center;
}

li {
	background-color: red;
	color: white;
	margin: 1px;
	list-style-type: none;
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px 40px;
	}

a {
	color: white;
}
/*
	.btn {
		display: block;
		border: none;
		padding: 10px 16px;
		margin:  auto;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
		border-radius: 6px;
		}
	

	.btn: hoover;
	.btn: focus;
	.btn: active {
		color: #fff;
		background-color: #449d44;
		border-color: #398439;
	}
*/	

section {
	
	background-color: white;
	color: red;
	padding: 10px;
		}	
		
.imgvaca {
	background-image: url("vacation.jpg");
	border: 5px solid red;
	border-color: red;
	background-size: 100%;
	background-position: center;
	-moz -background-size: 100%;
	-webkit -background-size: 100%;
	background-repeat: no-repeat;
	height: 950px;
	padding: 20px;
	
	}

.imgpris {
	background-image: url("prisonrate.jpg");
	background-size: cover;
	background-position: left;
	-moz -background-size: cover;
	-webkit -background-size: cover;
	background-repeat: no-repeat;
	height: 1100px;
	padding: 10px;

}

.imgpfi {
	background-image: url("<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRGKGZpNiDrseqMGKp2DNGi-b0jPdfZy8pl0c7AwHjor100XdDNjHSKYYSiquFLaRV1dpjsQ0fpdir1/pubhtml?widget=true&amp;headers=false"></iframe>");
	background-size: cover;
	background-position: left;
	-moz -background-size: cover;
	-webkit -background-size: cover;
	background-repeat: no-repeat;
	height: 1100px;
	padding: 10px;
}
/*
table {
.tg {border-collapse:collapse;border-color:#bbb;border-spacing:0;}
.tg td{background-color:#E0FFEB;border-color:#bbb;border-style:solid;border-width:1px;color:#594F4F;
  font-family:Arial, sans-serif;font-size:14px;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{background-color:#9DE0AD;border-color:#bbb;border-style:solid;border-width:1px;color:#493F3F;
  font-family:Arial, sans-serif;font-size:14px;font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-baqh{text-align:center;vertical-align:top}
.tg .tg-1mxz{font-family:"Arial Black", Gadget, sans-serif !important;;font-size:16px;font-weight:bold;text-align:center;
  vertical-align:top}
.tg .tg-62xo{font-size:14px;font-weight:bold;text-align:center;vertical-align:top}
.tg .tg-0l6a{background-color:#C2FFD6;text-align:center;vertical-align:top}
.tg .tg-1ac2{background-color:#C2FFD6;color:#cb0000;font-family:"Arial Black", Gadget, sans-serif !important;;font-size:14px;
  font-style:italic;font-weight:bold;text-align:center;vertical-align:top}
.tg .tg-na3a{font-size:14px;font-weight:bold;text-align:left;vertical-align:top}
.tg .tg-sjuo{background-color:#C2FFD6;text-align:left;vertical-align:top}
.tg .tg-0lax{text-align:left;vertical-align:top}

}
*/

table, th, td {
	border: 1px solid #000;
	border-collapse: collapse;
}

th, td {
	padding: 10px;
}

.tg-1ac2{ color: red; }

tr:nth-child(even) {
	background-color: #fff;
}

tr:nth-child(odd) {
	background-color: #ddd;
}

.infmort {
	background-image: url("infmort.jpg");
	background-size: contain;
	background-position: center;
	-moz -background-size: cover;
	-webkit -background-size: cover;
	background-repeat: no-repeat;
	height: 1100px;
	padding: 10px;}

p {
	font-size: 50px;
	font-weight: bold;

footer {
	background-color: blue;
	color: black;
	padding: 20px
		}

	
	

