﻿body
{
	font-family : "標楷體", "新細明體", "細明體";
	height : 100%;
}
.csstop
{
	border: thin solid #669900;
	height: 60px;
	text-align: center;
	color: #009900;
}
.cssleft
{
	width: 130px;
	height: auto;
	left: 10px;
	position: absolute;
	top: 100px;
}
.cssmember
{
	border: thin solid #666633;
	background-color: #CCFF99;
	line-height: 130%;
}
.csscompany
{
	border: thin solid #FF9900;
	background-color: #E9FFB9;
	margin: auto;
}
.csscenter
{
	border: thin solid #009933;
	width: 70%;
	height: auto;
	position: absolute;
	top: 100px;
	left: 140px;
}
.cssright
{
	border: thin solid #FF9933;
	float: right;
	width: 160px;
}
#divmember a
{
	display: block;
	text-decoration: none;
}
#divmember a:link
{
	display: block;
	text-decoration: none;
}
#divmember a:visited
{
	color: blue;
}
#divmember a:hover
{
	color: red;
}
