body {
  color:white;
  background:#3E56E3; 
  font-family:arial;
  font-size:10pt;
  padding:0;
  margin:0;
/*  font-weight:bold; */
}

/* táblázatok */

table.main {
  padding:0;
}

tr{
  vertical-align:top;
}

td.szoveg{
  text-align:justify;
}

table.oldal {
  text-align:center;
  padding:0;
  background:#142689; 
}

td.menu{
  border:#0033CC 3px outset;
  width:160px;
}

td.kozepso_oszlop{
  width:600px;
/*  background-image:url("images/bg01.jpg"); */
  background-position: top;
  background-repeat: repeat-y;
  background-attachment: fixed;

}



/* Linkek */

a:link, a:active, a:visited {
  color: yellow;
  font-size:10pt;
  font-family:arial;
  text-decoration: none;
  
}

a:hover {
  color:#CC9900;
  text-decoration: underline;
  }

a.menu:link, a.menu:active, a.menu:visited {
  color: yellow;
  font-size:10pt;
  font-weight:bold;
  text-decoration: none;
  
}

a.menu:hover {
  color:lightyellow;
  font-size:10pt;
  font-weight:bold;
  }

