body {
	font-family: arial, verdana, helvetica, sans-serif;
	background: white; 
  	color: black; 
    font-size: 12pt;
	margin: 0;
	}
	
table {
	font-size: 12pt;
	align: left;
	}

a:link {
	text-decoration: underline;
	}
	
a[href^="/"]:after {
  content: " (http://www.geocities.com/lialy_hostel/" attr(href) ") ";
}
	
abbr[title]:after {
  content: " (" attr(title) ")";
	}

	
h1 {
	font-size: 16pt;
	}
	
h2 {
	font-size: 14pt;
	}
	
.main {
	font-size: 14pt;
	}
	
.main a[href^="/"]:after {
  content: " (http://www.geocities.com/lialy_hostel/" attr(href) ") ";
}
	
.comments {
	font-size: 12pt;
	}
	
.footer {
	font-size: 10pt;
	}
	
.footer:link {
	text-decoration: underline;
	}
	
#navcontainer {
	display:none;
	margin: 0;
	padding: 0;
		}

#navcontainer ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
	font-weight: bold;
	}

#navcontainer li { 
	display: inline; 
	}

#navcontainer li a {
	text-decoration: none;
	padding: .2em 1em;
	border-right: 1px solid #fff;
	}
	
#header img	{
	display: none;
	}

