﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
    margin: 0;
    padding: 0;
    border: none;
}
/*連結的特性*/
.table1 {
	border: 1px solid #D2D2D2;
	width:800px;
	margin-top:10px;
}
.table1 a {
	text-decoration: none;

}
.table1 a:link {
	color: #393939;
	text-decoration: none;
}
.table1 a:visited {
	color: #393939;
	text-decoration: none;
}
.table1 a:hover {
	color:Blue;
}
.table1 a:active {
	color:Blue;
}
.table1 td
{		
	font-size: 15px;
	font-family: 新細明體;
	letter-spacing:2px;
	font-weight: lighter;
	word-spacing: 40pt;
	color: #393939;
	line-height:18px;

	}
	/*更新日期的屬性*/
.table1 span
{font-size:12px;
 letter-spacing:1px;
 margin-left:10px;
	}
	/*維護單位的特性*/
	
.table2 td
{		
	border: 0px;
	font-size: 15px;
	font-family: 新細明體;
	letter-spacing: 2px;
	font-weight: lighter;
	word-spacing: 40pt;
	color: #393939;
line-height:20px;
	}
	.table3 td
{		
	border: 0px;
	font-size: 16px;
	font-family: 新細明體;
	letter-spacing: 1px;
	font-weight: 900;
	word-spacing: 40pt;
	color: #393939;
	padding-top:20px;
	}
