<style type="text/css"><!--
body {background-color: #ffffff; color: #000000;}
body, td, th, h1, h2 {font-family: 標楷體;}
pre {margin: 0px; font-family: monospace;}
a:link {color: #000099; text-decoration: none;}
a:hover {text-decoration: underline; FONT:ITALIC 細明體 12pt RED;cursor:hand;}
A:active {text-decoration: underline; FONT:ITALIC 細明體 20pt RED;}
table {border-collapse: collapse;}
.center {text-align: center;}
.center table { margin-left: auto; margin-right: auto; text-align: left;}
.center th { text-align: center; !important }
td, th { border: 1px solid #000000; font-size: 100%; vertical-align: center;}
h1 {font-size: 150%;}
h2 {font-size: 125%;}
h3 {font-size: 125%; 
    text-align:center;}
.p {text-align: left;}
.e {background-color: #ccccff; font-weight: bold;}
.h {background-color: #9999cc; font-weight: bold;}
.v {background-color: #cccccc;}
i {color: #666666;}
img {float: right; border: 0px;}
hr {width: 600px; align: center; background-color: #cccccc; border: 0px; height: 1px;}


/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.memo { background-color: #DEE3CC; border-style: none;font-size: 16px; border=1;padding=1;}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */

.t10 {
        BORDER-RIGHT: #000000 2px solid; PADDING-RIGHT: 3px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 5px; BORDER-LEFT: #000000 2px solid; COLOR: #ffff00; PADDING-TOP: 5px; BORDER-BOTTOM: #000000 2px solid; HEIGHT: 20px; BACKGROUND-COLOR: black; font-size: 12px;  text-align: center;
}
.t10:hover {
        BORDER-RIGHT: #0000ff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #0000ff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #0000ff 1px solid; COLOR: #333333; PADDING-TOP: 5px; BORDER-BOTTOM: #0000ff 1px solid; HEIGHT: 20px; BACKGROUND-COLOR: #c8d8f0
}
.t11 {
        BORDER-RIGHT: red 0px solid; PADDING-RIGHT: 0px; BORDER-TOP: red 0px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 1px; BORDER-LEFT: red 0px solid; COLOR: #0000ff; PADDING-TOP: 0px; BORDER-BOTTOM: red 0px solid; HEIGHT: 16px; BACKGROUND-COLOR: #ffffff; font-size: 16px;  text-align: center;
}
.t11:hover {
        BORDER-RIGHT: #0000ff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #0000ff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #0000ff 1px solid; COLOR: #333333; PADDING-TOP: 5px; BORDER-BOTTOM: #0000ff 1px solid; HEIGHT: 20px; BACKGROUND-COLOR: #c8d8f0
}

p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:none;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:新細明體;
	mso-font-kerning:1.0pt;}
p.MsoHeader, li.MsoHeader, div.MsoHeader
	{margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:none;
	tab-stops:center 207.65pt right 415.3pt;
	layout-grid-mode:char;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:新細明體;
	mso-font-kerning:1.0pt;}
p.MsoFooter, li.MsoFooter, div.MsoFooter
	{margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:none;
	tab-stops:center 207.65pt right 415.3pt;
	layout-grid-mode:char;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:新細明體;
	mso-font-kerning:1.0pt;}

 /* Page Definitions */
@page
	{mso-page-border-surround-header:no;
	mso-page-border-surround-footer:no;}
@page Section1
	{size:580pt 900pt;
	margin:52.0pt 53.45pt 22.0pt 22.0pt;
	mso-header-margin:18.55pt;
	mso-footer-margin:18.6pt;
	mso-paper-source:0;
	layout-grid:18.0pt;}
div.Section1
	{page:Section1;}
/*memo.html ul main & ul sub css*/
.ulmain{list-style-type: none;}
.ulsub{list-style-type: decimal;}
/*school table css*/
table.school {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: ridge ridge ridge ridge;
	border-color: rgb(255, 162, 0);
	border-collapse: separate;
		text-align:center;
	width:94%; margin-left:3%; margin-right:3%;
	background-color: rgb(255, 250, 250);
}
table.school th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: green green green green;
  font-weight: bold;
	background-color: rgb(223, 113, 17);
	-moz-border-radius: 6px 6px 6px 6px;
}
table.school td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: green green green green;
	background-color: rgb(250, 240, 230);
	-moz-border-radius: 6px 6px 6px 6px;
}
table.personnal {
        border-width: 2px 2px 2px 2px;
        border-spacing: 0px;
        border-color: rgb(255, 162, 0);
	font-size: 20px;
        border-collapse: separate;
                text-align:center;
        width:100%;
        background-color: rgb(255, 250, 250);
}
table.personnal th {
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: dashed dashed dashed dashed;
        border-color: green green green green;
  font-weight: bold;
        background-color: rgb(223, 113, 17);
        -moz-border-radius: 6px 6px 6px 6px;
}
table.personnal td {
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: dashed dashed dashed dashed;
        border-color: green green green green;
        background-color: rgb(250, 240, 230);
        -moz-border-radius: 6px 6px 6px 6px;
}





//--></style>
