/*------------------------------------------------------------------------
# JA Mageia 1.0 - August, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
	background-color: #ededed;
}
.slika {
	border: 4px solid #E6E6E6;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:active {

	color: #003366;
	text-decoration: none;
}
a:hover {


	color: #003366;
	text-decoration: underline;
}

