BODY {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: white;
	background-image: url("/images/yjr-bg.jpg");
	background-color : black;
	MARGIN: 0;
	
}
A:link {
	COLOR: Yellow; text-decoration: none
}
A:active {
	COLOR: Red;
}
A:hover {
	COLOR: Yellow; TEXT-DECORATION: underline
}

A:visited {
	COLOR: Blue; text-decoration: none
}
TD {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial,Helvetica,Sans Serif; color: white;
}
TABLE {
	FONT: 10px Verdana; COLOR: white;
}
TD A:link {
	color : Yellow;
	text-decoration : none;
}
TD A:visited {
	color : Yellow;
	text-decoration : none;
}
TD A:hover {
	color :#fff799 ;
	text-decoration: underline;
}