a:link {color: #0C0C0C; text-decoration:none} /* 未訪問的鏈接 */ a:visited {color: #0C0C0C; text-decoration:none} /* 已訪問的鏈接 */ a:hover {color:#0C0C0C; text-decoration:underline} /* 鼠標移動到鏈接上 */ a:active {color: #0C0C0C; text-decoration:none} /* 選定的鏈接 */ /*格式化所有元素*/ * { padding: 0; margin: 0; font-size: 13px; color:#0C0C0C; font-family:微軟雅黑,宋體; } /*格式化UL樣式設置大小寫*/ ul, li { list-style-type: none; text-transform: capitalize; } /*--設置圖片樣式*/ img{ border-width:0px; display:block} /*導航樣式*/ .dh a:link { margin-right:12px ;width:100px; height:30px;font-size:15px; font-weight:bold; display:inline; float:left;line-height:30px; text-align:center} /* 未訪問的鏈接 */ .dh a:visited { margin-right:12px ; width:100px; height:30px;font-size:15px; font-weight:bold; display:inline;float:left;line-height:30px; text-align:center} /* 已訪問的鏈接 */ .dh a:hover { margin-right:12px ; width:100px; height:30px;font-size:15px; color:White; font-weight:bold; display: inline;text-decoration:none; background-color:#FB6705;float:left;line-height:30px; text-align:center } /* 鼠標移動到鏈接上 */ .dh a:active { margin-right:12px ; width:100px; height:30px;font-size:15px; font-weight:bold; display:inline;float:left;line-height:30px; text-align:center} /* 選定的鏈接 */ /*頁腳*/ .yj span{ font-size:12px }