/* Oldal cimek */
H1 {
    text-align: center;
    
    font-family:times, serif;
    font-style:	normal;
    font-weight:normal;
    font-size:	18pt;
    color: black;
    }

/* Kozepre igazitott alcim */
H2 {
    text-align: center;
    
    font-family:times, serif;
    font-style:	normal;
    font-weight:normal;
    font-size:	14pt;
    color: black;
    }

/* Az oldal alapveto beallitasai */
BODY {
    background: url(hatter/hatter.jpg);
    }

/* A kepek beallitasai */
IMG.lebeg {
	float: left;
	}

/* Hivatkozas beallitasai */
A {
   font-family:times, serif;
   font-style: normal;
   font-weight:normal;
   font-size: 14pt;
   color: red;
   }

/* A bekezdesekre vonatkozo beallitasok */

/* Elso sor */
P.first-line {
	     text-indent: 24em; 
	     }

P {
    margin-right: 10%;
    margin-left	: 10%;
    
    font-family:times, serif;
    font-style:	normal;
    font-weight:normal;
    font-size:	14pt;
    color: black;
    
    line-height: 120%;
    }

/* Informacios bekezdes*/
P.idezet {
       margin-right: 10%;
       margin-left	: 10%;
    
       font-family:	times, serif;
       font-style:	italic;
       font-weight:	normal;
       font-size:	12pt;
       color: 		black;
    
       line-height: 100%;
       }

P.alair {
       margin-right: 10%;
       margin-left	: 10%;
       text-align	: right;	
    
       font-family:	times, serif;
       font-style:	italic;
       font-weight:	normal;
       font-size:	12pt;
       color: 		black;
    
       line-height: 100%;
       }

/* Kiemeles (BOLD) */
STRONG {
       font-weight:900;
       }

/* Lista */
UL {
    list-style: disc; 
   
    margin-right: 10%;
    margin-left	: 10%;
    
    font-family:times, serif;
    font-style:	normal;
    font-weight:normal;
    font-size:	14pt;
    color: gold;

    line-height: 120%;
   }

/* Tablazat*/
TABLE {	
       margin-right: 10%;
       margin-left: 10%;
       }

