body {
color:			cyan;
font-family: "Arial Narrow";
font-weight:	normal;
font-size:		10pt;
text-align:		justify;
background:		black;
margin:			none;
}

td.elso_oszlop{
   width:200;
}

img{
   margin:10px;
   border:none;
}

/* táblázatok formázása*/

table {
	padding:none;
	border: none;
	margin: none;
	vertical-align: top;
	text-align:left;
}

table.menu {
	padding:0px;
	border: cyan;
	margin: none;
	vertical-align: top;
	text-align:left;
	background:black;
	width:985px;
}

.hirek {
font-size:10pt;
text-align: left;
padding:3px;
border:solid 1px cyan;
}

td.kek_fejlec  {
font-size:10px;
font-weight:bold;

text-align:center;
color: black;
text-transform: uppercase;
background: cyan;
}


tr {
	vertical-align: top;
}

td.menu {
	height:25px;
	background:black;
	font-size:10px;
	color:yellow;
	text-align:middle;
	border:cyan 1px outset;
	text-align:center;
	vertical-align:middle;
}

b.szines{
   color:pink;
   font-weight:bold;
}

/* linkek formázása*/

a:link {text-decoration: none; color:cyan;}
a:active {text-decoration: none; color:cyan;}
a:visited {text-decoration: none; color:cyan;}
a:hover {text-decoration: underline; color:yellow;}

a.menu:link, a.menu:visited, a.menu:active {
  color:cyan;
  text-decoration: none;

}
a.menu:hover {
  color:yellow;
  text-decoration: none;
}

a.s:link, a.s:visited, a.s:active {
  color:cyan;
  font-weight: bold;
  text-decoration: none;

}
a.s:hover {
  color:yellow;
  font-weight: bold;
  text-decoration: none;
}

/* fejlécek formázása*/

h1 {
color: navy;
font-size: 20pt;
font-weight: bold;
text-align: center;
}

h3 {
color: blue;
font-size: 14pt;
font-weight: bold;
text-align: center;
}

h5 {
color: #A85400;
font-size: 10pt;
font-weight: bold;
text-align: center;
}