@charset "utf-8";

@import url(reset.css);
@import url(base.css);


#topics {
	background-color: #FFFFFF;
	margin-bottom: 10px; 
	padding: 5px;
	height: 146px;
	overflow: auto;
	}

#topics a {
	color: #F17707;
	text-decoration: underline;
	}

#topics a:hover {
	text-decoration: none;
	}

#topics dl {
	margin-bottom: 7px;
	}

#topics dl dd {
	font-size: 1.2em;
	line-height: 1.4;
	}

#topics a {
	color: #F17707;
	text-decoration: underline;
	}

#topics a:hover {
	text-decoration: none;
	}

