/* Links */
A.Plain, A.Plain:hover {
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}


/* Basic Adjustments */
BODY {
	font-size: 10px; /* used for easy em <=> px conversion */
	margin: 0;
	padding: 0;
}

IMG {border:0}

INPUT,SELECT,TEXTAREA {
	font-size: 1em;
}

TABLE,TR,TD {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

FORM {
	margin: 0;
	padding: 0;
}


/* Workarounds & Fixes */
.Terminator {
	height: 0px; /* =1px; otherwise does not work in Safari :/ */
	float: none;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	border: 0px solid red;
}



