@charset "utf-8";
/* CSS Document */
body 
{
	background:#000000;
	font-family: "新細明體", "標楷體", Georgia;
	color:#fff;
}
	#page {
		text-align:left;
		background-color:#000000;
		padding:0 30px 2em 30px;
	}
		#page p {
		margin:.1em 0 .8em 0;
	}
	#page p {
		margin-bottom:.5em;
		text-align:justify;
	}
	#page p + p {
		text-indent:1.5em;
		margin-top:.5em;
	}
table.schoolSchedule
{
border: #0099FF solid thin;
table-layout:auto;

font-size: small;
width: 800px;
}
table.nameList
{
border: #0099FF solid thin;
table-layout:auto;

font-size: large;
}

caption
{
font-size: x-large;
color: #FF6600;
}

td#schoolSchedule
{
background-color:#000000;
border-top: #00FFFF solid thin;
padding: 1px;

}
th#schoolSchedule
{

}
tr#schoolSchedule:after
{
background-color:#000000
}
tr#schoolSchedule:hover
{
background-color:#009933;
}
tr#alt
{
background-color: #3366FF;
}
