
	.header a {
		font-family: Arial;
		font-size: 14px;
		color: #000000;
		text-decoration: none;
	}

	.header a:hover {
		color: #008E46;
	}

/* Top Line lInks
//============================= */
.links a {
		font-family: Arial;
		font-size: 16px;
		color: #008E46;
		text-decoration: none;
	}

	.links a:hover {
		color: #FF0000;
		font-size: 16px;
	}
	
/* Enjoy Hungary Links
//============================= */
	
.linkseh a {
		font-family: Arial;
		font-size: 14px;
		color: #008E46;
		
	}

	.linkseh a:hover {
		color: #FF0000;
		font-size: 14px;
	}
	
	/* Standard Font
//============================= */

.style2 {
	font-family: Arial;
	font-size: 14px;
}
	
/* Bold Text
//============================= */
	
.style3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;

}

/* Page Headings
//============================= */

.pageheading {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #008E46;

}

