<!-- /* ExoBUD MP(II) 播放面板樣式表 */

a,a:link  { color: gray; text-decoration: none; }
a:visited { color: gray; text-decoration: none; }
a:active  { color: blue;  text-decoration: none; }
a:hover   { color: blue;  text-decoration: underline; }

body      { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
            cursor: crosshair; overflow: hidden; }

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

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

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

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

//-->

/* 為了讓 (琴譜下載) 更明顯 */
span#disp1
{
} 

span#disp1 a,  span#disp1 a:visited
{
	color:blue;
	text-decoration:underline;
}

span#disp1 a:hover
{
	color:darkred;
	text-decoration:underline;
}

/* 為了讓 (點我看播放選單) 更明顯 */
span#OpenMenu
{
} 

span#OpenMenu a,  span#OpenMenu a:visited
{
	color:blue;
	text-decoration:underline;
}

span#OpenMenu a:hover
{
	color:darkred;
	text-decoration:underline;
}
