/*
Copyright 2006 koenixkinder - Michael Thomas
Alle Rechte vorbehalten / All rights reserved
*/

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
}

/* acronyms and abbrevations - nice with dotted underline */
acronym, abbrev {
	border-bottom: 1px dotted #ccc;
	
	/* todo use hand cursor when inside a-tag */
	cursor: help;
}

/* definition of font-families */
a, div, p, span, textarea {
	font-family: Verdana, Helvetica, sans-serif;
}

img {
	border: 0;
	background: transparent;
}

h1 {
	1.6em;
}

h2 {
	1.4em;
}
