


a { text-decoration: none }
a:link { color: #006699}    /* a még nem látogatott oldalakra mutató link */ 
a:visited { color: #006699} /* a már látogatott oldalakra mutató link */ 
a:active { color: #006699}  /* amikor rákattintunk a linkre */ 
a:hover { color: #006699}   /* amikor fölévisszük az egeret */

h1 { 
    font-size: xx-large;
    font-weight: bold;
    text-align: right;
} 

h2 { 
    font-size: xx-large;
}

p { 
    font-size: normal;
    color: #FFFFFF;
    text-align: justify;
    margin-left: 2.00em;
    visibility: hidden;
} 

BODY { 
color: #777777; 
background: #FFFFFF;
font-family: Verdana;
margin-left: 0%; margin-right: 0%; 

}




