@charset "utf-8";
/* CSS Document */

body {
	margin-top: 20px;
	margin-left: 50px;
	width: 85%;
	font-family: "arial";
	font-size: 11px;
	background-attachment: fixed;
	background-image: url(/images/toloverview.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F7F6F4;
}
a:link {
	text-decoration: underline;
	color: #0000FF;
	font-family: "arial","新細明體";
	font-size: 12px;
	font-weight: lighter;
}
a:visited {
	text-decoration: underline;
	color: #996600;
	font-family: "arial";
	font-size: 12px;
	font-weight: lighter;
}
a:hover {
	text-decoration: blink;
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color:#000000;
	font-family: "arial";
	font-size: 12px;
	font-style: oblique;
	font-weight: bolder;
}
