﻿a:link		{ text-decoration:none; cursor:hand; }
a:visited	{ text-decoration:none; }
a:active	{ text-decoration:none; }
a:hover		{ text-decoration:none; }

body {
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	}
p	{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
	}
.BackGround {
	width: 960px;
	margin:0 auto;
	background-color: inherit;	/* (選單+內容)底部背景顏色 */
	}
.BackGround:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.Content { 
	float: left;
	text-align: left;
	width: 790px;
	margin: 10px 10px 3px 0px;
	padding-left: 5px;
	background-color: inherit;	/* 內容背景顏色 */
	}
.Menu {
	float: left; 
	padding-top: 0px;
	width: 150px;
	background-color: inherit;	/* 選單背景顏色 */
	}
ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	color: silver;
	}
li {
	background-image: url('../images/icon.gif'); /* 各項選單的小底圖 */
	background-repeat: no-repeat;
	background-position: center;
	font-size: 18px;	/* 選單文字大小 */
	font-weight: bold;	
	height: 40px;		/* 選單高度 */
	line-height: 40px;	/* 選單高度(置中用) */
	text-align: center;
	margin-bottom: 8px;	/* 選單間距 */
	}
li a:link, li a:visited, li a:active {
	color: maroon;		/* 選單連結顏色 */
	padding: 3px 10px 3px 10px;
	}
li a:hover {
	background-color: red;
	color: white;
	}
.P2	{
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}
	