.linkstyle:link {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-weight: none;
	font-size: 12px;
}

.linkstyle:hover {
	color: #999999;
	font-family: Arial;
	font-size: 12px;
	font-weight: none;
}
.linkstyle:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: none;
}
.linkstyle:active {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: none;
}

