/* defintion of body */
body {
	text-align				: center;
	background-color		: white;
	color					: black;
	font-family				: verdana, sans-serif;
	font-size				: 9px;
	line-height				: 10px;
}

/* ends "float" */
div.clear {
	clear					: both;
/*	height					: 0px;
	width					: 0px;*/
}

/* general for images */
img {
	border					: none;
/*	display					: block;*/
}

/* general for all divs */
div {
	text-align				: left;
}

/* general link-definitions*/
a:link {
/*	color					: #2A6A83;*/
	color					: #000000;
	text-decoration			: none;
}
a:visited {
	color					: #000000;
	text-decoration			: none;
}
a:active {
	color					: #BDE2E8;
	text-decoration			: none;
}
a:hover {
	color					: #EC8D05;
	text-decoration			: underline;
}
