html,body {
	margin: 0;
	padding: 0;
	font-family: Calibri, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
	text-align: left;
	font-size: 1em;
}
p {
	margin: 0;
	padding: 0;
	color: black;
	font-family: Calibri, sans-serif;
	font-size: 1em;
	/* border: 1px solid gray; */
}


h1 {
	color: white;
	background-color:#ff8333;
	font-size: 2em;
	text-align: center;
}
h2 {
	color: white;
	background-color:#ff8333;
	font-size: 1.5em;
	text-align: center;
}
h3 {
	color: white;
    background-color: #ff8333;
	font-size: 1.3em;
	padding: 5px;
}
h4 {
	color: black;
	background-color:#ff8333;
	font-size: 16pt;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15pt;
	margin-bottom: 5pt;
}

.infos {
	color: black;
	font-size: 1.0em;
	text-align: left;
	margin: 10pt;
}

table {
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;		
}
th, td {
	color: white;
	background-color:#ff8333;
	font-family: Calibri, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 5px;
	text-align: center;
}
th {
	font-weight: bold;
	font-size: 1.2em;
}
td {
	font-weight: normal;
	vertical-align: top;
}

td a:link {
	color: white;
}

td a:visited {
	color: white;
}

td a:hover {
	color: black;
}

td a:active {
	color: blue;
}

.newline {
	font-size: 0.8em;
	padding: 5px;
}

.content {
	margin-top: 10px;
	margin-bottom: 5pt;
}

.center {
	color: black;
	font-size: 1.2em;
	text-align: center;
}

.topic {
	color: black;
	font-weight: bold;
	font-size: 1.1em;
}

.bold {
	color: black;
	font-weight: bold;
	font-size: 1em;			
}

.normal {
	color: black;
	font-weight: normal;
	font-size: 1em;			
}

.jump {
	color: black;
	font-size: 0.9em;
	text-align: right;
}

/* Calender */

.date {
	font-size: 0.7em;
}

.location {
	font-family: "Arial Narrow", sans-serif;
	font-size: 1.0em;
}

.distance {
	font-family: "Arial Narrow", sans-serif;
	font-size: 1.0em;
}

.luggage {
	font-size: 1.0em;
	color: darkgreen;
	background-color: yellow;
}

.suitcase {
	font-size: 1.0em;
	color: yellow;
}

.noluggage {
	font-size: 1.0em;
}

.temperature {
	font-size: 1.0em;
}

.condition {
	font-size: 0.8em;
}

/* Calender obs.*/

.loc {
	font-family: "Arial Narrow", sans-serif;
	font-size: 0.7em;
}

.highlight {
	color: yellow;
	font-weight: bold;
}

