/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: 8pt/16pt "新細明體", "Georgia", "times New Roman", "arial"; 
	color: #555753; 
	background: #fff url(none) no-repeat right bottom; 
	margin: 0px; 
	}
p { 
	font: 11pt/16pt "新細明體", "Georgia", "times New Roman", "arial"; 
	margin-top: 0px;
	}
h3 { 
	font: normal 12pt "georgia"; 
	margin-bottom: 0px;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #3399FF;
	font-family: "新細明體", "Georgia", "times New Roman", "arial";
	line-height: 4mm;




	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6600CC;
	font-family: "新細明體", "Georgia", "times New Roman", "arial";
	line-height: 4mm;



	}
a:hover, a:active {
	color: #000000;
	font-family: "新細明體", "Georgia", "times New Roman", "arial";
	line-height: 4mm;


	}
h4 {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #000099;
	font-size: 12pt;
	font-weight: bold;



}
li {
	line-height: normal;
	font-size: 10pt;
	text-align: left;

}
