.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}

a:link {  
	text-decoration: underline; 
	color:#FFFF00; 
}
a:visited {  
	text-decoration: none; 
	color:#FF00FF; 
}
a:hover { 
	text-decoration: underline; 
	color:#FF0000; 
}

.khtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;

}
.room1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #660000;
	border: 1mm double #663333;
}
.room2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF9900;
	border: 1mm double #CCCCCC;
}
.room3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.room1top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #660000;
	border: 1mm double #663333;
	width: 600px;
}
.bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.sitelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099FF;
	border: 1mm double #CCCCCC;
	text-align: left;


}
.khsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
