.menu 	{
		font-size: 30px;
		color: #000000; 
		font-weight: bold; 
	}

.kiemelt	{
		font-size:14px;
		color: #000000; 
		font-weight: bolder; 
	}


p	{
		font-size: 12px;
		color: #000000;
		font-weight: normal; 
	}

a	{
		font-size:12px; 
		text-decoration:underline; 
		color:#0000FF
	}

a:visited 
	{
		font-size:12px; 
		text-decoration:underline; 
		color: blue
	}

a:active 
	{
		font-size:12px; 
		text-decoration:underline; 
		color:lime
	}


a:hover 
	{
		font-size:14px; 
		text-decoration:none; 
		color:1111FF
	}

a img {border-style:none}