﻿
/*********************************************系統默認樣式***************************************/
html,body
{
	background-color: #FFFFFF;
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #D5DBE9;
	SCROLLBAR-HIGHLIGHT-COLOR: #EFF2F9;
	SCROLLBAR-ARROW-COLOR: #0D5374;
	SCROLLBAR-TRACK-COLOR: #EFF2F9;
	height:100%;
	FONT-FAMILY: '微軟正黑體',arial,verdana,sans-serif; 
    font-size:13px;
}

A
{
	cursor:pointer;
	height: 1px;
	text-decoration: none;
}
a:visited 
{
	font-size: 13px;
	color: Black;
	text-decoration: none;
}
a:link
{
	font-size: 13px;
	color: Black;
	text-decoration: none;
}
a:hover
{
	font-size: 13px;
	color: #0D5174;
	text-decoration:underline;
}

table
{
	font-size: 13px;
	color:Black;
}
