H1			{font-family: Arial, Helvetica; font-size: 20px; font-weight: bold; color: maroon; }
H2			{font-family: Arial, Helvetica; font-size: 18px; font-weight: bold; color: maroon; }
H3			{font-family: Arial, Helvetica; font-size: 16px; font-weight: bold; color: maroon; }
H4			{font-family: Arial, Helvetica; font-size: 14px; font-weight: bold; color: maroon; }

.harmas	{font-family: Arial, Helvetica, Sans-serif; font-size: 16px; }
.harmasfel	{font-family: Arial, Helvetica, Sans-serif; font-size: 19px; }
.ketesfeles	{font-family: Arial, Helvetica, Sans-serif;  font-size: 15px; }
.kettes	{font-family: Arial, Helvetica, Sans-serif;  font-size: 12px; }
.egyes	{font-family: Arial, Helvetica, Sans-serif;  font-size: 11px; }

a			{color: navy; text-decoration: none; }
a:visited	{color: navy; text-decoration: none; }
a:hover		{color: blue; text-decoration: underline; }

body {
	background-repeat: repeat-x;
}

.input {
  font-family: Arial, Helvetica;
  font-size: 12px; 
  padding: 2; 
}

.input-mini {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9px; 
  border: 1px;
  border-style: double; 
  padding: 2; 
}

.textarea {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px; 
  border: 1px;
  border-style: double; 
  padding: 2; 
}

.select {
  font-family: Arial, Helvetica;
  font-size: 12px; 
  padding: 1;
}

.button {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px; 
  font-weight: bold;
  color: white;
  background-color: red;
  padding: 5;
  border: 2; 
}

.gbutton {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px; 
  font-weight: bold;
  color: white;
  background-color: #00AA00;
}

.bbutton {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px; 
  font-weight: bold;
  color: white;
  background-color: navy;
}

