@font-face { 
	font-family: Jannon; 
	src: url('data/font/JJannon-Book.otf'); 
	} 
	
body{ 
	font-family: Jannon; 
	margin-left: 100px; 
	border-left-style: solid; 
	margin-top: -10px; 
	margin-bottom: -20px; 
	}
	
p{
	}
	
h1{
	padding: 20px; 
	border-bottom-style: solid;
	padding-top: 40px; 
	margin-right: -10px; 
	font-size: 36pt;
	font-style: italic;
	} 
	
ul{
	margin-left: 50px;
	}
	
div.header{
}

div.main{
	margin-left: 20px; 
	}
	
div.section{
	margin-left: 20px; 
	}
	
div.robin{
	border-style: dotted;
	width: 80%;
	height: 80%;
	margin: 100px;
	}
	
div.surf{
	border-style: dotted;
	width: 80%;
	height: 80%;
	margin: 100px;
	}
	
div.map{
	border-style: dotted;
	width: 80%;
	height: 80%;
	margin: 100px;
	}
	
img.icon{
	width: 150px;
	height: auto;
	}
	
table.navbar{
	text-align: center;
	padding-bottom: 20px;
	}
	
img.room{
	height: 150px;
	}