<?
$style = "
.list_border	{background:".$CONF[list_border]["background"]."}

.list_navi	{font-size:".$CONF[list_navi]["font-size"].";}

.list_head	{font-size:".$CONF[list_head]["font-size"].";color:".$CONF[list_head]["color"].";background:".$CONF[list_head]["background"]."}

.list_table	{font-family:".$CONF[list_table]["font-family"].";font-size:".$CONF[list_table]["font-size"].";color:".$CONF[list_table]["color"].";background:".$CONF[list_table]["background"].";line-height:".$CONF[list_table]["line-height"]."}

.list_new	{color:".$CONF[list_new]["color"]."}

.view_border	{background:".$CONF[view_border]["background"]."}

.view_head	{font-size:".$CONF[view_head]["font-size"].";color:".$CONF[view_head]["color"].";background:".$CONF[view_head]["background"]."}

.view_title	{font-family:".$CONF[view_title]["font-family"].";font-size:".$CONF[view_title]["font-size"].";color:".$CONF[view_title]["color"].";background:".$CONF[view_title]["background"]."}

.view_body	{font-family:".$CONF[view_body]["font-family"].";font-size:".$CONF[view_body]["font-size"].";color:".$CONF[view_body]["color"].";background:".$CONF[view_body]["background"].";line-height:".$CONF[view_body]["line-height"]."}

.thread_border	{background:".$CONF[thread_border]["background"]."}

.thread_head	{font-size:".$CONF[thread_head]["font-size"].";color:".$CONF[thread_head]["color"].";background:".$CONF[thread_head]["background"]."}

.thread_table	{font-family:".$CONF[thread_table]["font-family"].";font-size:".$CONF[thread_table]["font-size"].";color:".$CONF[thread_table]["color"].";background:".$CONF[thread_table]["background"].";line-height:".$CONF[thread_table]["line-height"]."}

.write_head	{font-size:".$CONF[write_head]["font-size"].";color:".$CONF[write_head]["color"].";background:".$CONF[write_head]["background"]."}

.write_form 	{font-size:9pt;background-color:white;color:#222222;BORDER:1x solid #8B7c64}

.comment_name	{font-size:".$CONF[comment_name]["font-size"].";color:".$CONF[comment_name]["color"].";background:".$CONF[comment_name]["background"].";}

.comment_title	{font-family:".$CONF[comment_title]["font-family"].";font-size:".$CONF[comment_title]["font-size"].";color:".$CONF[comment_title]["color"].";background:".$CONF[comment_title]["background"].";line-height:".$CONF[comment_title]["line-height"]."}

.comment_form	{font-size:".$CONF[comment_form]["font-size"].";background-color:".$CONF[comment_form]["background-color"].";color:".$CONF[comment_form]["color"].";BORDER:1x solid #8B7c64}

.button		{font-family:Verdana; font-size:9pt; background-color:#EEEEEE}

.com_cnt	{font-size:".$CONF[com_cnt]["font-size"]."; color:".$CONF[com_cnt]["color"]."}

";
?>