A:link {
	text-decoration: none
	color: #C3C3C3;
}
A:visited {
	text-decoration: none;
	color: #C3C3C3;
}
A:active {
	text-decoration: none
	color: white;
}
A:hover {
	text-decoration: none;
	color: white;
}

.links A:link {
	text-decoration: none;
	color: #000000;
}
.links A:visited {
	text-decoration: none;
	color: #000000;
}
.links A:active {
	text-decoration: none;
	color: #000000;
}
.links A:hover {
	text-decoration: none;
	color: #000000;
}
.linksmain A:link {
	text-decoration: none;
}
.linksmain A:visited {
	text-decoration: none;
	color: #666666 ;
}
.linksmain A:active {
	text-decoration: none;
	color: #000000;
}
.linksmain A:hover {
	text-decoration: none;
	color: #000000;
}
Body {
	text-align: left;
}