@charset "UTF-8";
/* 捲軸和背景*/
BODY{
	BORDER-RIGHT: ##6699ff 0px solid;
	BORDER-TOP: #6699ff 0px solid;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	BORDER-LEFT: #000000 0px solid;
	SCROLLBAR-SHADOW-COLOR:#6699ff;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #6699ff;
	SCROLLBAR-TRACK-COLOR: #000000;
	BORDER-BOTTOM: #000000 0px solid;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
    background-image :url('wu_jun.jpg'); 
    background-repeat:no-repeat;
    background-position:  left;
    background-attachment:fixed;
 	background-color: #000000;
	color: #990000;	
}

/* 超連結*/
    a:link    {color:#CC0000;text-decoration: none}
    A:visited {color:#CC3333;text-decoration: none}
    A:active  {color:#CC3333;text-decoration: none}
    A:hover {color: #FF0000; text-decoration: underline}

/* 標題*/
.title00 {
	font-family: "標楷體";
	font-size: 30pt;
}
.title00-en {
	font-family: "Calligraph421 BT", Garamond, "Times New Roman";
	font-size: 30pt;
}

.title01 {
	font-family: "標楷體";
	font-size: 24pt;
}
.title01-en {
	font-family: "Calligraph421 BT", Garamond, "Times New Roman";
	font-size: 24pt;
}
.title02 {
	font-family: "標楷體";
	font-size: 20pt;
}
.title02-en {
	font-family: "Calligraph421 BT", Garamond, "Times New Roman";
	font-size: 20pt;
}
.title03 {
	font-family: "標楷體";
	font-size: 16pt;
	color:#FF0000;	
}
.title03-en {
	font-family: "Calligraph421 BT", Garamond, "Times New Roman";
	font-size: 16pt;
	color:#CC0000;	
}

/* 內文*/
.content {
	font-family: "標楷體";
	font-size: 13.5pt;
}
.content-en {
	font-family: "Calligraph421 BT", Garamond, "Times New Roman";
	font-size: 13.5pt;
}

/* 註解*/
.ps {
	font-family: "新細明體";
	font-size: 10pt;
}

.ps-en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* 日期*/
.date {
	font-family: "Calligraph421 BT", Garamond, "Times New Roman";
	font-size: 13.5pt;
}

/*版權*/

.copyright{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

/*演員檔案*/
.actor{
	font-family: "新細明體";
	font-size: 12pt;
}
.actor-en{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
/*連結*/
.links{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color:#CC0000;
}
