body {
	background-color:#ffc;
}

h1{
	text-align:center;
}

#nav {
	background: gray;
	padding:0.5em;
}
#nav li {
	list-style:none;
	display:inline;
	margin-right:10px;
}

#nav ul {
	text-align:center;
}

a {
color:#fff;
border:2px solid #ccc;
text-decoration:none;
padding: 5px;
margin-right:20px;
}

a:hover {
	color:f8dd47;
	background:#757575;
}

#ureskor_inside {
	list-style-type:circle;
	list-style-position:inside;
}

#negyzet {
	list-style-type:square;
}

#csillag {
	list-style-image:url(star.gif);
}

#szamozas {
	list-style-type:upper-roman; /*decimal, decimal-lading-zero, upper-alpha, lower-alpha,none, lower-roman*/
}

#inline li {
	display:inline;
}

dt {
	font-weight:bold;
	margin-top:1em;
}

dd {
	font-size:small;
}

#beagyazott ol {
	list-style-type:upper-alpha;
}

#beagyazott ol  ol{
	list-style-type: lower-roman;
}

#beagyazott ul{
	list-style-type: none;
}