.linkScreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
}
.linkScreen a {
	text-decoration: none;
	color: #666666;
}
.linkScreen a:link {
	color: #666666;
	text-decoration: none;
}
.linkScreen a:visited {
	color: #666666;
	text-decoration: none;
}
.linkScreen a:hover{
	color: #000000;
	text-decoration: none;
}
.linkScreen a:active {
	color: #000000;
	text-decoration: none;
}
