<style type="text/css">
a:link
{
	color: rgb(255,102,51); 
}
a:visited
{
	color: rgb(0,204,204); 
} 
a:active 
{
	color: rgb(204,153,51);
}
body
{
	font-family:Arial Unicode MS,Arial,標楷體;	
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Unicode MS,Arial,標楷體;
}
</style>