BODY {
  font-family : Verdana, Arial, Tahoma, Impact;
  background : "#FF9900";
  color : BLACK;
  font-size : 12px;
  margin-left: 0px;
  margin-top: 0px;


}

}

A:link, A:visited { color: #000099; text-decoration: none;  }
A:active, { text-decoration: none; }
A:hover { color:red; ; text-decoration: underline }

	.gomb {
		font-size : 13px;
		border-style: outset; 
		border-color: #ffffff;  
		line-height: 17pt; 
		border-width: 2px;
		text-decoration: none;
		} 
	.gomb:hover {  
		border-style: inset; 
		border-color: #ffffff;
		color: red;
		background: #cacaca;
		text-decoration: none;
		}
		
P {
  font-family : Verdana, Arial, Tahoma, Impact;
  color : BLACK;
  font-size : 12px;
}

H3 {
  font-family : Verdana, Arial, Tahoma, Impact;
  font-size : 18px;
  color : BLACK;
}

TH {
  font-family : Verdana, Arial, Tahoma, Impact;
  color : BLACK;
  font-size : 12px;
}
TD {
  font-family : Verdana, Arial, Tahoma, Impact;
  color : BLACK;
  font-size : 12px;
}

TR.1 {
  background-color: #DFDFDF;
}
TR.2 {
  background-color: #D0D0D0;
}
