@CHARSET "UTF-8";

body {
	margin-top: 12px;
	margin-bottom: 8px;
}

body *{
	font-family: Verdana;
}

p {
	font-size: 13px;
	text-align:center;			
}

hr {
	border-style: dotted; 
	border-width: 1;
	color: #000000;
}

.title {
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: #800000;
	margin-top: 16px;
	margin-bottom: 10px;
}

.medium {
	font-size: 13px;
}

.tour {
	margin-top: 40px;
}

.tour p {
	text-align:justify;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tour a {
	color: #000000;
}

.tour-title {
	text-align:left;
	font-size: 14px;
	font-weight: bold;
}

.tour-content {
	background-color: #FFFFFF;
}

.tour-content p {
	text-align:left;
	font-size: 13px;
	margin-left: 5px;
	margin-right: 5px;
}

.tour-prices td {
	font-size: 13px;
}

.tour-prices th {
	background-color: #99ccff;
	color : #800000;
	font-size: 15px;
	font-weight: bold;
}

.tour-languages {
	font-size: 13px;
	font-weight: bold;
}

.tour-languages th {
	background-color: #99ccff;
	color : #800000;
	font-size: 15px;
	font-weight: bold;
}

.tour-languages td {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

.tour-links * {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.tour-links a {
	background-color: rgb(0, 102, 204);
	text-decoration: none;
}

.note {
	color: #0000FF;
}

input[type="submit"] {
	font-weight: bold; 
	color: #000080;
}