body {
	margin: 0;
	padding: 0;
	background-color: white;
}

body, table, td, input, select, textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	color: #444444; 
}

a:link {
	color: #444444; 
	text-decoration: underline;
}
a:visited {
	color: #666666; 
	text-decoration: underline;
}
a:link:active, a:visited:active {
	color: #555555; 
	text-decoration: none;
}
a:link:hover, a:visited:hover {
	color: #555555; 
	text-decoration: none;
}

a.inv:link, a.inv:visited {
	text-decoration: none;
}
a.inv:link:hover, a.inv:visited:hover {
	text-decoration: underline;
}
