DIV.offscreen {
	display: none;
}
SPAN.offscreen {
	display: none;
}
A:LINK {
	text-decoration : none;
	color : White;
}
A:VISITED {
	text-decoration : none;
	color : White;
}
A:HOVER {
	text-decoration : underline;
	
}
