<? 
include("function.php");
page_color();
?>
body {
	background-image: url(../hotnew_pic/<? echo"$bg_image"; ?>);
	background-color: <? echo"$color_bg";?>;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}

.whiteB {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
