body{
     margin-top: 0px;
     margin-left: 0px;
     font-family: arial;
     font-size: x-small;
}
h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top:1.5em;
}
h2 {
     font-family:arial;
     font-size: x-small;
     font-weight: normal;
     font-style: italic;
     padding: 0px;
     margin: 0px;
     text-align:left;
}
p  {
     font-family:arial;
     font-size: x-small;
     text-align: justify;
}
table {
     font-family:arial;
     font-size: x-small;
}
ul {
     font-family:arial;
     font-size: x-small;
     text-align: justify;
}
a { 
  color: 5592a6;
  font-family: arial;
  font-weight: normal;
  font-size: x-small;
  text-decoration:none;
}
a.mail {
    font-family: arial;
    font-size:x-small;
    font-weight: normal;
    color: gray;
    text-decoration:underline;
}
p.behuzva{
  padding-left: 10px;
}
.orange{
	color: #E98516;
}

/*index.html*/
table#nyitBelso{
    background-image: url('img/nyitBelso.jpg');
}
tr#belepes{
    height: 500px;
}
td#nyitLogoMono{
    background-image: url('img/nyitLogoMono.jpg');
}

/*bemutat.html*/
table#paperShadow{
    background-image: url('img/paperShadow.jpg');
}
tr#menusor{
    height:450px;
}

.style3 {
    font-size: 14px;
    color: #FF9900;
    font-weight: bold;
}

.style4 {
    color: #333333
}


