/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


html { height: 100%; min-height: 100%;  }
body { 
color: #A49F9F; font-size: 9pt; font-family: verdana, geneva, sans-serif; 
background-color: #FFF; /*vilagos*/ /* bepirosítja a helyileg nem lefedett területeket: #F00; */
 }
/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
lecserélve: font-family: "Liberation Serif", "Times New Roman", serif; 
*/

/*hibajelzesre*/
body { word-wrap: break-word; }
a:link { color: #808080; text-decoration: underline; } /* bezöldíti a helyileg nem deklarált linkeket eredeti: color: #3B302E; */
a:visited { color: #808080; text-decoration: underline; } /* bezöldíti a helyileg nem deklarált linkeket eredeti: color: #3B302E; */
a:hover { color: #00f; text-decoration: none; } /* kikékíti a helyileg nem deklarált linkeket */
a:active { color: #ff0000; /*piros*/ }

/* used */

	<style type="text/css">
		@page { size: 21cm 29.7cm; margin: 2cm } 
		p { margin-bottom: 0.15cm; direction: ltr; line-height: 1.8em; orphans: 2; widows: 2; background: transparent }
		p.western {  font-size: 9pt; so-language: en-GB }
		p.cjk { font-size: 9pt; so-language: zh-CN }
		p.ctl {  font-size: 9pt; so-language: hi-IN }
		h1 { margin-bottom: 0.21cm; direction: ltr; orphans: 2; widows: 2; background: transparent; page-break-after: avoid }
		h1.western {  font-size: 9pt; so-language: en-GB; font-weight: bold }
		h1.cjk {  font-size: 9pt; so-language: zh-CN; font-weight: bold }
		h1.ctl {  font-size: 9pt; so-language: hi-IN; font-weight: bold }
		h3 { margin-top: 0.25cm; margin-bottom: 0.21cm; direction: ltr; orphans: 2; widows: 2; background: transparent; page-break-after: avoid }
		h3.western {  font-size: 9pt; so-language: en-GB; font-weight: bold }
		h3.cjk {  font-size: 9pt; so-language: zh-CN; font-weight: bold }
		h3.ctl {  font-size: 9pt; so-language: hi-IN; font-weight: bold }
		
		
.evszam {
font-weight: bold; 
vertical-align: top; 
line-height: 1.8em;
}


	</style>

/************** END ALL styles *****************/







