body {
color:			navy;
font-family: "Arial Narrow";
font-weight:	normal;
font-size:		10pt;
text-align:		justify;
margin:			0;
background:		#CAE4FF;
}

/* táblázatok formázása*/

table {
	padding:0;
	border: none;
	margin: 0;
	vertical-align: top;
	text-align:left;
}
table.menu {
	padding:0px;
	border: none;
	text-align:left;
	background:navy;
	width:985px;
}

tr {
	vertical-align: top;
}

td.elso_oszlop {
width: 180px;
font-size:10pt;
text-align: justify;
padding:3px;
}

td.kozepso_oszlop {
width: 580px;
font-size:10pt;
text-align: justify;
padding:3px;
}

td.kek_fejlec  {
font-size:10px;
font-weight:bold;
font-family: verdana;
text-align:center;
color: yellow;
text-transform: uppercase;
background: navy;
width: 180px;
}

td.reklamom  {
font-size:11pt;
font-weight:normal;
text-align:justify;
color: navy;
background: #94CBEF;
border: solid #3399CC 1px;

}

td.kisbetus  {
font-size:10px;
font-weight:normal;
font-family: verdana;
text-align:left;
}

td.hirek {
font-size:10pt;
text-align: left;
padding:3px;
border:solid 1px #000099;
}


td.hirek1 {
font-size:10pt;
text-align: left;
padding:3px;
border:dotted 1px #000099;
}


td.menu {
	height:25px;
	background: navy;
	font-size:10px;
	color:yellow;
	font-family: verdana;
	border:yellow 1px outset;
	text-align:center;
	vertical-align:middle;
}

/* linkek formázása*/

a:link {text-decoration: none; color:#0033FF;}
a:active {text-decoration: none; color:#3333FF;}
a:visited {text-decoration: none; color:#3333FF;}
a:hover {text-decoration: underline; color:#3366CC;}

a.menu:link, a.menu:visited, a.menu:active {
  color:#FFFF00;
  text-decoration: none;

}
a.menu:hover {
  color:#FF0066;
  text-decoration: none;
}

/* fejlécek formázása*/

h2 {
color: navy;
font-size: 16pt;
font-weight: bold;
text-align: center;
}

h3 {
color: #3333FF;
font-size: 14pt;
font-weight: bold;
text-align: center;
}

h5 {
color: #333399;
font-size: 10pt;
font-weight: bold;
text-align: center;
}

p {
text-indent:	10px;
}


