@charset "UTF-8";

/* global */

* {
	font-family: Verdana, sans-serif;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-color: #CCCCCC;
	border-width: 1px;
	background-repeat: no-repeat;
	line-height: 120%; /* so every browser has same line height / or is it allready? */
}

body {
	font-size: 0.6em;
	color: #666666;
}

input, textarea {
	font-family: inherit;
	font-size: inherit;
}
