p    { font-weight: bold; line-height: 140% }
body { font-weight: bold }
table    {
	font-weight: bold;
	line-height: 140%;
	text-align: left;
}
li {
	line-height: 22px;
}

a:link {
	color: #03F;
	text-decoration: none;
}
a:visited {
	color: #609;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #C06;
	text-decoration: underline;
}
a:active {
	color: #F00;
	text-decoration: none;
}
.point_x-small {
	font-size: x-small;
}
.point_small {
	font-size: small;
}
