H1			{font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 20px; color: #006100; }
H2			{font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 18px; color: #006100; }
H3			{font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 16px; color: #006100; }
H4			{font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 14px; color: #006100; }

.negyes		{font-family: Trebuchet MS, Trebuchet, Arial, Helvetica; font-size: 14pt; }
.harmas		{font-family: Trebuchet MS, Trebuchet, Arial, Helvetica; font-size: 12pt; }
.kettes		{font-family: Trebuchet MS, Trebuchet, Arial, Helvetica; font-size: 10pt; }
.egyes		{font-family: Trebuchet MS, Trebuchet, Arial, Helvetica; font-size: 8pt; }

a			{
	color: #006100; 
	text-decoration: none;
}
a:visited	{
	color: #006100; 
	text-decoration: none;
}
a:hover		{
	color: red; 
	text-decoration: underline;
}

a.feher {
	color: white;
}

a.feher:visited {
	color: white;
}

a.feher:hover {
	color: yellow;
}

body {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 10pt;
	background-repeat: repeat-y;
}

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


.button {
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 8pt; 
  font-weight: bold;
  color: white;
  background-color: #004000;
  padding: 0px;
}

.rbutton {
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 8pt; 
  font-weight: bold;
  color: white;
  background-color: red;
  padding: 0px;
}