* {
	margin: 0;
}

body, td {
	text-align: left;
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	color: #999;
}

a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
a:visited { color: #999; }
a:hover { color: #333; }

