/* <!-- ************ 2020.07.18 stílus megadása ************* -->
<style type="text/css"> */

	A {
		color: Aqua; 
		font-weight: bold;
		text-decoration: none;
		font-family: "Times New Roman", Times, serif;
		font-size: 12pt;
		letter-spacing: 0px;
		background-color: transparent;
		font-style: normal;
		border: 2px outset;
		}

	A:hover {
		color: Yellow;
		font-weight: bold;
		text-decoration: underline;
		font-family: "Times New Roman", Times, serif;
		font-size: 12pt;
		letter-spacing: 0px;
		background-color: transparent;
		font-style: normal;
		border: 2px inset;
		}

/*	a:visited
		{
		color:  DarkOrange;
		font-weight: bold;
		text-decoration: none;
		font-family: "Times New Roman", Times, serif;
		font-size: 12pt;
		letter-spacing: 0px;
		background-color: transparent;
		font-style: normal;
		}

	a:active
		{
		color: Cyan;
		font-weight: bold;
		text-decoration: none;
		font-family: "Times New Roman", Times, serif;
		font-size: 12pt;
		letter-spacing: 0px;
		background-color: transparent;
		font-style: normal;
		}
*/
	.color1 { color: #FF6269; }
    .color2 { color: Lime;}

	input { cursor:hand; }

	span { 
			position:relative;
			left:20px;
			font-style: italic;
		 }

	form { 
		    font-size: 13pt;
		    color: white;
		 }

	hr	{
			width : 50%;
		}

/* </STYLE> */
