<!-- /* Eless CG Station 播放面板樣式表 */

a, a:link  { color: silver; text-decoration: none; }
a:visited { color: silver; text-decoration: none; }
a:active  { color: white;  text-decoration: none; }
a:hover   { color: white;  text-decoration: none; }

body      { margin:0px; background-image: url('img/bg_pattern.gif');
            cursor: crosshair; overflow: hidden }

body, td   { font-family: 'Tahoma','Verdana','Arial'; font-size: 9pt; }

/* 顯示媒體標題的樣式表設定 */
.title    { font-family: 'Tahoma','Verdana','Arial'; font-size: 9pt; color: black; }

/* 顯示時間長度的樣式表設定 */
.time     { font-family: 'Tahoma','Verdana','Arial'; font-size: 9pt; color: darkblue; }

/* ８點迷你中文字型，請在有需要時，以 <span lang=zh-tw> 語法一起使用 */
/* .minichi  { font-family: '新細明體','PMingLiU'; font-size: 8pt; } */

//-->