/* CSS Document */
h1,h2,h3{
	color: #336666;
	font-weight: normal;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	background-color: #BADFDE;
}
#nevjegy {
	float: left;
	width: 270px;
	text-align: center;
}
#nevjegy-szoveg {
	margin-top: 10px;
	margin-left: 35px;
    margin-right: 35px;
	text-align: left;
}

#tartalom {
	width: 426px;
	text-align:justify;
	margin-left:270px;
}

img {
	margin-top: 18px;
}
h1 {
	font-size: 18px;
	margin-top: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
a {
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
li {
	list-style-position: outside;
	list-style-image: url(images/li.gif);
	list-style-type: circle;
	vertical-align: middle;
}

