body {
color:			navy;
font-family: "verdana";
font-weight:	normal;
font-size:		10pt;
text-align:		justify;
background:		white;
margin:			none;
}

img{
   margin:10px;
   border:none;
}

/* táblázatok formázása*/

table {
	padding:none;
	border: none;
	margin: none;
	vertical-align: top;
	text-align:left;
}

blockquote{
   text-align:justify;
}

table.menu {
	padding:0px;
	border: none;
	margin: none;
	vertical-align: top;
	text-align:left;
	background:#484848;
	width:985px;
}

tr {
	vertical-align: top;
}

td.menu {
	height:25px;
	background:#484848;
	font-size:10px;
	color:#C0C0C0;
	text-align:middle;
	border:#C0C0C0 1px outset;
	text-align:center;
	vertical-align:middle;
}

/* linkek formázása*/

a:link {text-decoration: none; color:#484848;}
a:active {text-decoration: none; color:#484848;}
a:visited {text-decoration: none; color:#484848;}
a:hover {text-decoration: underline; color:#000000;}

a.menu:link, a.menu:visited, a.menu:active {
  color:#C0C0C0;
  text-decoration: none;

}
a.menu:hover {
  color:#FFFF00;
  text-decoration: none;
}

a.s:link, a.s:visited, a.s:active {
  color:#C0C0C0;
  font-weight: bold;
  text-decoration: none;

}
a.s:hover {
  color:#FFFF00;
  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;
}
