a:link
{
	color: rgb(255,102,51); 
}
a:visited
{
	color: rgb(0,204,204); 
} 
a:active 
{
	color: rgb(204,153,51);
}
body
{
	font-family: "標楷體";
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: "標楷體";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	background-color: #CCFFFF;
	border: none;
	height: auto;
	width: auto;
	background-position: center center;
	font-weight: normal;
	color: #003399;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "標楷體";
	border: none;
	font-size: 14px;
}
h1
{
	color: rgb(255,200,51);
}
h2
{
	color: rgb(204,153,51); 
}
h3
{
	color: #FFFFFF;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	background-color: #FFC142;
	text-indent: 5pt;
	font-weight: bold;

}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}