body  {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
#container {
	width:770px;
	background-color:#131313;
	border:#C9C9C9 1px solid;
	text-align: left;
	margin: 0 auto;
}
#header {
/*border-bottom:1px solid #C9C9C9;*/
}
#navigation {
	float: left;
	width: 150px;
}
#navigation a {
	background-color:#781417;
	font-size:14px;
	display:block;
	width:150px;
	border-bottom:1px solid #C9C9C9;
	text-decoration:none;
	color:#FFFFFF;
	position: relative;
	text-align: center;
	padding: 5px;
	left: -40px;
}
#navigation ul {
	list-style-type:none;
}
#navigation a:hover {
	background:#FF9933;
	font-weight:bold;
	color:#000000;
}
#navigation a:active {
	color:#FFD700;
}
#content {
	margin: 10px 10px 10px 175px;
}
#content ul {
	list-style-type:square;
	color:#FF9933;
}
h2 {
	color: #FF4D00;
}
h3 {
	color: #FF9933;
}
h4 {
	color: #FFFF00;
}
body,td,th {
	color: #C9C9C9;
}
p {
	text-align: left;
}
a:link {
	color: #FF8B25;
	text-decoration: none;
}
a:hover {
	color: #FF4D00;
	text-decoration: underline;
}
a:visited {
	color: #FF8B25;
	text-decoration: none;
}
a:active {
	color: #FF8B25;
	text-decoration: none;
}
img#koszonto {
	border:#FFFFFF solid 5px;
	width:200px;
	height:292px;
}
.piros {
	color: #FF0000;
}
.narancs {
	color: #FF9933;
}
.citrom {
	color: #FFFF00;
}
