/* CSS Document */

<!--
body {
	background-color: LightSlateGray;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000099;
	text-align: justify;
}
.tabelCenter {
	/** configure the width **/
	width: 700px;
	border: 1px solid LightSteelBlue; /*-----------warna garis pinggir tabel*/
	padding:0px;
	background-color: White;
}

.tabelTengah {
	/** configure the width **/

	border: 1px solid LightSteelBlue; /*-----------warna garis pinggir tabel*/
	padding:0px;
	background-color: White;
}

.text {
	/** format text **/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003399;
	text-align: justify;
}
.tBesar {
	/** format text **/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003399;
	}
	
.namaHotel 
{
	/** format text **/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003399;
}

.namaHotelPutih 
{
	/** format text **/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: White;
}
-->
