/* project: internet center template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	background: #fff; 
	color: #000000; 
    scrollbar-base-color: #ECE9D8;
    scrollbar-face-color: #ECE9D8;
   scrollbar-highlight-color: #ECE9D8;
    scrollbar-arrow-color: #ECE9D8;
    scrollbar-shadow-color: #808080;
    scrollbar-darkshadow-color: #ECE9D8;
    scrollbar-3dlight-color: #ECE9D8;
}

a {
	color: #000000;
	background: inherit;
}

a:hover {
	color: #DF0311;
	background: inherit;	
}

a.title {
	color: #DF0311;
	background: #FFF;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #DF0311;
	background: #FFF;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 { 
	font-size: 16px;
	margin-bottom: 5px; 
	color: #000; 
	background: inherit;
}


.micmshaber { 
    font-family: Arial; 
    font-size: 12px; 
    text-align: justify; 
    text-decoration: none
    line-height: 16px;
    margin: 0 10px 10px 0;
}
p#micmshaber {
    font-family: Arial; 
    font-size: 12px; 
    text-align: justify; 
    text-decoration: none
    line-height: 16px;
    margin: 0 10px 10px 0;
}
