body {
	margin: 0;
	padding: 0;
	background-color: white;
}

body, table, td, input, select, textarea {
	font-family: Tahoma, Arial, sans-serif; 
	color: #666666; 
}

a:link {
	color: #666666; text-decoration: underline;
}
a:visited {
	color: #999999; text-decoration: underline;
}
a:link:active, a:visited:active {
	color: #666666; text-decoration: none;
}
a:link:hover, a:visited:hover {
	color: #666666; text-decoration: none;
}
