a:link{
    font-family: Arial;
	font-size: 10pt;
	color : Blue;
	font-weight: bold;
	text-decoration : none;
}
a:active{
    font-family: Arial;
	font-size: 10pt;
	color : Red;
	font-weight: bold;
	text-decoration : underline;
}
a:visited{
    font-family: Arial;
	font-size: 10pt;
	color : Navy;
	font-weight: bold;
	text-decoration : underline;
}
a:hover{
	color: #ff0000;
	text-decoration : underline;
}

P {
	font-family: Arial;
	font-size : 10pt;
	color : Black;
}


H1 {
	font-family: Arial;
	font-size : 18pt;
	color : Navy;
	font-weight : bold;
}

H2 {
	font-family: Arial;
	font-size : 16pt;
	color : #004000;
	font-weight : bold;
}
H3 {
	font-family: Arial;
	font-size : 14pt;
	color : Black;
	font-weight : bold;
}

H4 {
	font-family: Arial;
	font-size : 12pt;
	color : White;
	font-weight : bold;
}

H5 {
	font-family: Arial;
	font-size : 12pt;
	color : Black;
	font-weight : bold;
}

H6 {
	font-family: Arial;
	font-size : 8pt;
	color : Navy;
	font-weight : bold;
}

BODY {
	background-image : url("szurke36.jpg");
}





