.hr_div
{
  position: relative;
  background-image: url('../images/hrcsik.png');
  background-repeat: repeat-x;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;
  margin-right: 30px;  
  height: 3px;
}
h1
{
  font: 18px Vardena;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
  font-weight: bold;
  color: #372111;
}
h2
{
  font: 16px Verdana;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
  color: #372111;  
}
h3
{
  font: 14px Vardana;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
  color: #372111;  
}
p
{
  font: 12px Verdana;
  text-indent: 0px;
  text-align: justify;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 2px;
  margin-top: 2px; 
  color: black;
}
a:link
{
  text-decoration: none;
  color: #372111;
  font-style: italic;
  font-weight: normal;
}
a:visited { text-decoration: none; font-weight: normal; color: #372111; font-style: italic;}
a:active { text-decoration: none; font-weight: normal; color: #372111; font-style: italic;}
a:hover { text-decoration: none; font-weight: normal; color: #C6A000; font-style: italic;}

img
{
  border: #C6A000 solid 2px;
}