/**
 * GJ Framework
 * Copyright 2009 Gerben Janssen
 * Versie 1.0
 */

html, body, div, span, p, a, img, h1, h2, h3, h4, ul, li, label, form, table, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font: 11px Verdana, Arial, sans-serif;
	color: #000;
}

p
{
	line-height: 18px;
	margin-bottom: 10px;
}

a
{
	color: #000;
	text-decoration: none;
}

a img
{
	border: none;
}

table
{
	border-spacing: 0;
}

h1, h2, h3, h4
{
	font: 20px Verdana, Arial, sans-serif;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}

.clear
{
	clear: both;
}
