body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.d:link {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #ff6600;
	text-decoration: none;

}
.d:visited {
	font-size: 12px;
	line-height: 16px;
	color: #ff6600;
	letter-spacing: 1px;
	text-decoration: none;

}
.d:hover {
	font-size: 12px;
	line-height: 16px;
	color:#ff3000;
	letter-spacing: 1px;
	text-decoration: underline;

}
d:active {
	font-size: 12px;
	line-height: 16px;
	color:#ff6600;
	letter-spacing: 1px;
	text-decoration: none;
}
