body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-attachment: fixed;
	background-color: #CCCC99;
	background-image: url(images/tourism2bkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 1px;
	padding: 5px;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
a:link {
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline overline;
	background-color: #99FFFF;
}
a:active {
	font-weight: bold;
	color: #009900;
	text-decoration: underline overline;
	background-color: #66FFFF;
}
a.whitetext:link {
	color: #FFFF00;
}
a.whitetext:visited {
	color: #FFFFCC;
}
a.whitetext:hover {
	color: #FFFF00;
	text-decoration: underline overline;
}
a.whitetext:active {
	color: #FFFF66;
	text-decoration: underline overline;
	background-color: #009900;
}
