body {	
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}


.menuitem { 
	border-style: solid; 
	border-color: black; 
	position: absolute; 
	padding: 3 10 2 10; 
}

.menu { 
	border-style: solid; 
	border-color: black; 
	position: absolute; 
	display: none; 
	z-index: 100; 
	cursor: pointer; 
	cursor: hand; 
	font-color: #222222; 
	font-family: arial; 
	font-size: 12px; 
	font-weight: normal; }

a  {
	color: #AB0389; 
	font-family: Arial; 
	font-size: 16px;
}

a.tisk  {
	color: #AB0389; 
	font-family: Arial; 
	font-size: 12px;
}

a:hover {
	color: #DDBD0B; 
	text-decoration: none}

p.normal { 
	font-family: Arial; 
	font-size: 16px;}



