/*
 * $Id: style.css 21 2009-05-18 15:30:39Z hilmar $
 */

html, body {
	margin: 0;
	padding: 0;
	font-family: verdana, Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #fff;
	line-height: 19px;
}

body {
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;
	margin:0;
	padding:0;
}

.show {}
.hide {
	display: none;
}