BODY {
background-color : #07642A;
background-image : url(../images/bg.gif);
background-repeat: repeat-x;
margin : 0;
color : black;
}

.txtEng {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #07813B;
}

.txtEng_sm {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #07813B;
}

.txtTourCode {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #914800;
	text-decoration: underline;
}