A.B {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	text-decoration: underline;
}

A.B:HOVER {
	text-decoration: underline;
}

A.W {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

A.W:HOVER {
	text-decoration: underline;
}


.border_preview {
	BORDER-RIGHT: #888 1px solid; BORDER-TOP: #888 1px solid; Z-INDEX: 100; MIN-HEIGHT: 350px; BORDER-LEFT: #888 1px solid; WIDTH: 500px; BORDER-BOTTOM: #888 1px solid; POSITION: absolute; HEIGHT: 350px; BACKGROUND-COLOR: #fff
}