a:link {
	text-decoration : none;
	color : #0000FF;
}

a:visited {
	text-decoration : none;
	color : #660099;
}

a:hover {
	text-decoration : underline;
	color : #CC0000;

}

body {
	font-size : 14px;
	line-height : 20px;
	color : #333366;
	background-color : #FFFFFF;
}

table {
	font-size : 14px;
	line-height : 20px;
	color : #333366;
}

.intro {
	padding : 5px 5px 5px 5px;
}

.px32 {
	font-size : 32px;
	line-height : 38px;
}

.px20 {
	font-size : 20px;
	line-height : 26px;
}

.px12 {
	font-size : 12px;
	line-height : 16px;
}

.px10 {
	font-size : 10px;
	line-height : 14px;
}

.comment {
	font-size : 12px;
	line-height : 16px;
	color : #666699;
}

.remark {
	color : #CC6633;
}

.copyright {
	font-size : 12px;
	color : #999999;
}
