body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
}
a:link {color: #FFFFFF;    text-decoration: none}     /* unvisited link */
a:visited {color: #FFFFFF;    text-decoration: none}  /* visited link */
a:hover {color: #FF0000;    text-decoration: underline }   /* mouse over link */
a:active {color: #FFFFFF;    text-decoration: none}   /* selected link */

body,td,tr,tbody,div,li,ol {
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 12px;
	color: #FFFFFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input{
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 10px;
	color: #333333;
	/*border: 1px dashed #000000;*/
}


.newsdate {
	color: #ffde01;
	font-size: 12px;
}
.newstitle {
	color: #ff8851;
	font-size: 18px;
	font-weight: bold; 	
}


