BODY {
  font-family: Verdana, Arial, sans-serif;
}

H1.kek {
  background-color: rgb(83,134,139);
  color:white;
  font-size: 24pt;
  font-weight: bold;
  padding: 4pt 16pt 4pt 16pt;
}

H1.narancs {
  background-color: rgb(205,102,0);
  color:white;
  font-size: 24pt;
  font-weight: bold;
  padding: 4pt 16pt 4pt 16pt;
}

H2 {
  border-color: rgb(205,102,0);
  border-bottom: solid 3px;
  color: rgb(205,102,0);
  font-size: 18pt;
  font-weight: bold;
  padding: 4pt 4pt 4pt 4pt;
}


P, UL, OL, LI, TD {
  font-size: 12pt; 
  font: Verdana;
}

P.valasz {
  font-size: 12pt; 
  font: Verdana;
  font-style: italic;
  margin-left: 48pt;
}

SPAN {
  background-color: rgb(83,134,139);
  color:white;
  font-size: 12pt;
  font-weight: bold;
}

SPAN.s {
  background-color: white;
  color:rgb(205,102,0);
  font-size: 12pt;
  font-weight: bold;
}

a:link { 
  color: rgb(205,102,0);
  font-weight: bold;
  text-decoration: none;
}
a:visited { 
  color: rgb(205,102,0);
  font-weight: bold;
  text-decoration: none;

}
a:hover { 
  background-color: rgb(205,102,0);
  color : white;
  font-weight: bold;
  text-decoration: none;
}
a:active { 
  color: rgb(205,102,0);
  font-weight: bold;
  text-decoration: none;

} 

