/* 
	template: internet management
	author: luka cvrk (www.solucija.com)
*/
body {
	color: #303030;
	
	font: .74em Arial, Verdana, sans-serif;
	line-height: 1.6em;
	font-size:12px;
	
}


code {
	font: .72em Courier, Fixedsys;
	display: block;
	border-left: 4px groove #214466;
	padding: 4px;
	margin: 2px;
	display: none;
	white-space: pre;
	overflow: scroll;
	
}


