/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a {text-decoration: none;} /* 链接无下划线,有为underline */
a:link {color: #000000;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #000000;text-decoration: none;} /* 已访问的链接 */
a:hover {color: #0000FF;text-decoration: none;} /* 鼠标在链接上 */
a:active {color: #000000;text-decoration: none;} /* 点击激活链接 */

/* 栏目标题文字链接的CSS定义 */
a.Class:link {color: #ffffff;}
a.Class:visited {color: #ffffff;}
a.Class:hover {color: #ffff00;}
a.Class:active {color: #ffffff;}
/* 固定排课表格顶部星期的CSS定义 */
a.title:link {color: #ffffff;}
a.title:visited {color: #ffffff;}
a.title:hover {color: #449AE8;}
a.title:active {color: #ffffff;}

/* 固定排课表格左边周次的CSS定义 */
a.lefts:link {color: #ffffff;}
a.lefts:visited {color: #ffffff;}
a.lefts:hover {color: #449AE8;}
a.lefts:active {color: #ffffff;}

/* 固定排课表格表格内原始时期的CSS定义 */
a.Date:link {color: #000000;}
a.Date:visited {color: #000000;}
a.Date:hover {color: #ff6600;}
a.Date:active {color: #000000;}
Body
{
    FONT-FAMILY: "宋体";
    FONT-SIZE: 9pt;
    text-decoration: none;
    line-height: 150%;
    background:#ffffff;
    padding:0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%;
}

.box1 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.box_xxx {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.box {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00CCCC;
	border-right-color: #00CCCC;
	border-bottom-color: #00CCCC;
	border-left-color: #00CCCC;
}
.box_r {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00CCCC;
	border-right-color: #00CCCC;
	border-bottom-color: #00CCCC;
	border-left-color: #00CCCC;
}

.box_xsx {

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.font16 {
	font-size: 16px;
}
.font18 {

	font-size: 18px;
}
.e_font {
	font-size: 12px;
	color: #FF0000;
}
