body {
	margin: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #66BB50;
}
a:active {
	text-decoration: none;
}
table.topic{
    margin: 0;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#FFFFFF;
	empty-cells:show;
	width: 405px;
	margin-left: auto;
	margin-right: auto;
}
.topic th{
	padding:0.5em 0.3em;
	white-space: nowrap;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
.topic td{
	padding:0.3em 0.3em;
	font-size: 14px;
	text-align: left;
}
