.topics h3 {
	font-size: 1.5em;
	color: #3399ff;
}
.topics ul li {
	font-size: 1em;
	margin-left: 2em;
}
.topics table {
	width: 100%;
}
.topics table th.title {
	width: 29%;
}

.topics table th.description {
	width: 57%;
}

.topics table th.file {
	width: 12%;
}

.topics table th.url {
	width: 9%;
}

.topics table ul.table_list li {
	font-size: 1em;
	margin-left: 2em;
}
.topics ul ul li {
	font-size: 1em;
}
.topics tr {
	background-color: #e0e0e0;
	text-indent: .3em;
	font-size: 1.3em;
}
.topics tr.odd {
	background-color: #efefef;
	text-indent: .3em;
}
table td {
	padding: .1em .4em;
	vertical-align: top;
}
a img {
	border: none;
}