h1 {
	
	color: white;
	background-color: #00447c; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	
	padding: 3px 10px;
	font-size: 170%;
}

h2 {
	color: black;
	font-family: "Trebuchet MS", Helvetica, sans-serif;	
	border-top: 1px dashed black;
}

h3 {
	color: black;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 120%;
}


p {
	color: black;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	
}

ul, li {
	color: black;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 4px;
	
}

table, th, td {
    border: 1px solid black;
	color: black;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

figure {
	color: grey;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 80%;
	font-style:  italic;
}

#logo {
	font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; font-size: 32px;
	font-style: normal; 
	font-variant: normal; 
	font-weight: 500; 
	line-height: 26.4px;	
	font-style: center;
}

span {
	background-color: #ececec;
	display: inline;
	font-weight: bold;
	padding: 3px;
}

#sku {
	background-color: red;
	padding: 2px;
	display: inline;
	font-weight: bold;
	color: white;
}

#typ {
	background-color: green;
	padding: 2px;
	display: inline;
	font-weight: bold;
	color: white;
}
