@import url("complex.css");
@import("mac_ie.css");			/* for macIE only, but not valide! and it screws further rules in opera */
body {
	background-color: #333;
	color: #444;
	font-family:arial, sans-serif;
}
a:link {
	color:#666666;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	color:#666666;
	text-decoration:none;
}