/*style for the body of the content pages */
body.cont
{
	background-image: url(cont_bg.jpg);
	background-repeat: repeat-x;
}

/* style for title on each page */
div.item
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: Maroon;
	font-weight: bold;
}
/* style for the advert after on each page after the item */
div.advert
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: green;
	font-style : oblique;
}
/* style for the normal text on each page */
div.normtext
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}
/* style for the confirmation on file book_mail.php and thanks.php */
div.confirm
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: Blue;
}
/* style for the confirmation on file thanks.php */
div.danke
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: Green;
}
/* style for the text on the index site */
div.wtext
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}
/* style for the exchange advert on the booking pages */
div.rates
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Blue;
}
/* style for table labels on the booking pages */
td.tdlabel
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: White;
}
/* style for table text on the pages with images */
td.text
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: justify;
}
/* style for link text on all the pages */
a.textlink
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Blue;
	text-decoration: none;
}
/* style for link text on mouse over */
A:HOVER.textlink
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: red;
	text-decoration: underline;
}
