

h2 {
	text-decoration: underline;
	font-family: "verdana";
	text-indent: 50px;
	font-size: 20px;
	font-variant: small-caps;
	
}


.navbar {
	margin: auto;
	width: 70%;
	text-align: center;
	padding-top: 20px;
	font-family: Verdana;
	font-weight: bold;
	
	


}

a:link {color: #4ca0ef;}

a:visited {color: #4ca0ef;}

a:active {color:#fe6768}

a:hover {color:#0F185A}


.header {
	margin: auto;
	width: 70%;
	background-color: white;
	color: #1e1e28;
	font-family: "Verdana";
	border-style: solid;
	border-radius: 50px;
	}
	



li {
	font-style: italic;
}

q {
	font-size: 14px;
	font-style: italic;
}

img {
	float: left;
	padding: 5px;
	border-style: solid;
	border-color: white;
	margin: 10px 10px 10px 10px;
}

#hilight {
	color: #4ca0ff;
	
}

a.alt:link {
	font-size: 14px;
}

a.alt:visited {
	
}

a.alt:hover {
	font-size: 14px;
}


.required {
	
	color: red;
	font-size: 10px;
}


h3 {
	
	display:inline;
	font-weight: bold;
	font-size: 16px;
}

.headalt {
	
	display:inline;
	font-weight: bold;
	font-size: 12px;
	margin-left: 50px;
}

.aboutroom {
	
	display:inline;
}

.roomxsl {
	
	margin: auto;
	width: 465;
	text-align: justify;
	font-size: 16px;
	font-family: Serif;
	clear: both;
	overflow: auto;
	padding: 15px;
}



.roomst {
	
	padding-bottom: 2cm;
}

.main{
	margin: auto;
	width: 70%;
	text-align: left;
	font-size: 16px;
	font-family: Serif;
	clear: left;
	overflow: auto;
	background-color: white;
	background-image: url('images/background2.jpg');
	padding: 15px;
	
}


.main2{
	margin: auto;
	width: 70%;
	text-align: left;
	font-size: 16px;
	font-family: Serif;
	clear: left;
	overflow: auto;
	background-color: white;
	background-image: url('images/background.jpg');
	padding: 15px;
	
}

body {
	background-image: url('images/background.jpg');
	margin: 1cm;
}

h1 {
	text-align: center;
	text-shadow: 2px 2px #4ca0ff;
	font-family: "Consolas";
	font-size: 60px;
	/*font-variant: small-caps;*/

	
}

legend {
	
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}


currentpage {
	
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	color: #fe6768
}



.column {
  float: left;
  width: 28.33%;
  background-image: url('images/background2.jpg');
  border: thick;
  padding-left: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-left: 3%

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  background-image: url('images/background2.jpg');




}