body {
margin:2;
padding:2;
font-family:"Arial, Times New Roman";
background-image: url(Image/watermark.JPG);
}

table {
font-size:9pt;
}

td {
color:#306;
}

.special {
	color: red;
	font-weight:800;
}



.picture {
 padding:6px;
 padding-bottom:0px;
 border-right: 1px solid gray;
 border-bottom: 1px solid gray;
 background:white;
 font-size:10pt;
 color:#669;
 text-align:center;
 vertical-align:bottom;
 cursor:hand;
}

.title {
	font-size: 10pt;
	font-weight:800;
}

.add {
	font-size:9pt;
	font-weight:800;
	color:#999999;
}

.header {

}

.foot {
height:100%;
vertical-align:bottom;
text-align:center;
color:#666;
font-size:7pt;
}

.link {
 font-size:10pt;
 font-weight:800;
 color:#000099;
 border:1px solid black;
 background:white;
 text-align:center;
 cursor:hand;
}

a:link{
color:#666;
text-decoration:none;
}

a:visited {
text-decoration:none;
color:#666;
}

a:active {
text-decoration:none;
color:yellow;
}

a:hover {
text-decoration:none;
color:red;
}

.booking {
	font-size: 12pt;
	color: blue;
	text-decoration: underline;
}

.booking:hover {
	font-size: 12pt;
	color: green;
	text-decoration: underline;
}

