* {
	margin: 0;
	padding: 0;
}

#menu, #langlist, #goodlist {
	display: none;
}

#content p {
	margin-bottom: 15px;
	font-size: 15px;
	text-align: justify;
}

#content h2 {
	text-align: center;
}

#footer p {
	text-align: center;
}

#goodlist li {
	list-style: none;
}

img {
	border: 0;
}

#hdescr br {
	display: none;
}

ol, ul {
	margin-left: 20px;
}

ol li, ul li {
	margin-bottom: 15px;
}

table {
	border: 1px solid #555;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 13px;
	margin: 0 10px 10px 10px;
}

td,
th {
	border: 1px solid #777;
	padding: 3px 6px;
	text-align: left;
}

th {
	font-weight: bold;
	color: #000;
}

thead th {
	text-align: center;
}