 body	{ font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; background-color: #ffffff ; line-height: 20px;}
h2 { color: #ff6600; font-size: 18px; }
.regtext {
 	font-family : <?echo $font_family;?>;
 	font-size : <?echo $font_size;?>px;
 	font-style : <?echo $font_style;?>;
 	font-weight : <?echo $font_weight;?>;
 	letter-spacing : <?echo $letter_spacing;?>px;
 	color : #<?echo $color;?>;
 	margin-left: 10px; 
 }
 .headline {
 	font-family : <?echo $font_family;?>;
 	font-size : <?echo $font_size;?>px;
 	font-style : <?echo $font_style;?>;
 	font-weight : bold;
 	letter-spacing : <?echo $letter_spacing;?>px;
 	color : #ff6600;
 }
 .link {
 	font-family : <?echo $font_family;?>;
 	font-size : <?echo $font_size;?>px;
 	font-style : <?echo $font_style;?>;
 	letter-spacing : <?echo $letter_spacing;?>px;
 	color : #<?echo $lcolor;?>;
 	text-decoration : <?echo $ldec;?>;
 }
 table {
    margin-left: 4px; }
    td {font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; background-color: #ffffff; }
 hr { color: #ff6600; height: 1px; background-color: transparent; }
 .box {
    color: <?echo $color;?>;
    font-family: <?echo $font_family;?>;
    font-size: <?echo $font_size;?>px;
    font-style: <?echo $font_style;?>;
 	font-weight: <?echo $font_weight;?>;
 	letter-spacing: <?echo $letter_spacing;?>px;
 }
 .link {
 	font-family : <?echo $font_family;?>;
 	font-size : <?echo $font_size;?>px;
 	font-style : <?echo $font_style;?>;
 	letter-spacing : <?echo $letter_spacing;?>px;
 	color : #<?echo $lcolor;?>;
 	text-decoration : <?echo $ldec;?>;
 }
