div.title {
	background-color: lightgrey;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 65px;
	font-weight: bold;
}

div.subtitle { 
	background-color: lightgrey;
	margin-top: 5px;
	margin-bottom: 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	font-family: "Arial", Helvetica, sans-serif;
	}

body {
	background-image:url("trip_log.jpg");
	background-repeat: repeat;
	margin-right: 7%;
	margin-left: 7%;
}

h1 {
	background-color: lightgrey;
	border: 3px solid;
	margin-top: 5px;
	margin-bottom:0px;
	font-size: 30px;
	padding: 5px;
	}

h2 {
	background-color: lightgrey;
	margin-top: 5px;
	margin-bottom:0px;
	font-size: 25px;
	}
	
div.sect {
	border: 3px solid;
	background-color: lightgrey;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 10px;
}	

div.images {
	text-align: center;
}


.img {
	width: 20%;
	border-radius: 20px;
	padding:100px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table {
	border: 0px solid black;
	width: 100%;
	text-align: left;
}

th {
	border: 0px solid black;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
	
td {
	border: 0px solid black;
	border-color: #848484;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	background-color: #E6E6E6;
	
}

th:nth-child(1) {
  width: 45%;
}

th:nth-child(2) {
  width: 10%;
}

th:nth-child(3) {
  width: 15%;
}

th:nth-child(4) {
  width: 30%;
}