
h1{
font-family: Georgia;
font-size: 13px;
color: #0000ff;
text-align: center;
font-weight: bold;
}
h2{
font-family: Georgia;
font-size: 13px;
color: #0000ff;
text-align: center;
font-weight: bold;
}
h3{
font-family: Georgia;
font-size: 11px;
color: #0000ff;
text-align: center;
font-weight: bold;
}

div.nature {
font-family: Georgia;
font-size: 13px;
color: #DC58D6;
font-weight: bold;
text-align: left;
}
A:HOVER 
{color: #FFC6FF;
text-decoration: none;
}

a:link    {
font-family: Georgia;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #0000ff;}        
            /* nem látogatott link */
		
a:visited { 
font-family: Georgia;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #0000ff;}        
            /* látogatott link */
		
a:active  { 
font-family: Georgia;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #0000ff;}        
		    /* aktív link */
		
a:hover   {
font-family: Georgia;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #0000ff;}        
			/* kijelölt link */

	
