a, address, blockquote, body, div, caption, cite, dfn, dl, dt, fieldset, h1, h2, h3, h4, 
img, input, label, legend, li, ol, option, q, select, textarea, td, th, ul
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 100%;
}
a, a:link, a:active, a:visited
{
	text-decoration: underline;
	color: #000;
	background: transparent;
}
a:hover
{
	text-decoration: underline;
	color: #000;
	background: transparent;
}
p
{
	margin:0;
	padding:0;
}
img
{
	border: 0;
}
a img
{
	border: 0;
}

/*** Experimentell ***/
.customleft
{
	text-align: left;
}
.customcenter
{
	text-align: center;
}
.customright
{
	text-align: right;
}
.customjusitified
{
	text-align: justify;
}