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('../photo/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;
	}
	
