/**
 * @package Joomla
 * @subpackage Kiwitz
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

body {
	margin:0;
	color:#444;
	font:11px Verdana, Arial, Tahoma, sans-serif;
	background:#eaeaea;
}
img {border:none;}
a{
	color:#55bbff;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
form, fieldset{
	padding:0;
	margin:0;
	border:0;
}
input, textarea, select{
	font:100% verdana,sans-serif;
	vertical-align:middle;
}
