body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFF;
	color: #000;
	margin: 0px;
	padding: 20px;
}
table {
	margin: 0px;
	padding: 0px;
}



td {
	padding: 3px;
}

p {
	color:#000000;
	letter-spacing:0.1em;
	margin-top:0px;
	margin-bottom: 10px;
	}
h1{
	font:22px georgia;
	color: #D44801;
	letter-spacing:0.1em;
	}

h2{
	font:16px georgia;
	color: #D44801;
	font-weight:bold;
	letter-spacing:0.1em;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D44801;
	font-weight: bold;
}
.tableTitel {
	color: #FFF;
	background-color: #585862;
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
}
.tableGray {
	background-color: #CCC;
}
.tablePrice {
	color: #D44801;
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
}

ul {
	margin-left: 10px;
}


li {
	margin-bottom: 5px;
}

a {
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
	}
	
a:hover {
	color: #D54902;
	text-decoration:none;
	font-weight:bold
	}

