<?php
   ob_start ("ob_gzhandler");
   header ("content-type: text/css; charset: UTF-8");
   header ("cache-control: must-revalidate");
   $expire = "expires: " . gmdate ("D, d M Y H:i:s", time() + 60*60*24*30) . " GMT";
   header ($expire);
?>
@charset "utf-8";
/* CSS Document */
.tag-link-1 {font-size:9px;}
.tag-link-2 {font-size:10px;}
.tag-link-3 {font-size:11px;}
.tag-link-4 {font-size:12px;}
.tag-link-5 {font-size:13px;}
.tag-link-6 {font-size:14px;}
.tag-link-7 {font-size:15px;}
.tag-link-8 {font-size:16px;}
.tag-link-9 {font-size:17px;}
.tag-link-10 {font-size:18px;}



