#displayTopics {
	width:800px;
	margin:3px auto;
	font-size:13px;
	line-height:150%;
}
#displayTopics td {
	vertical-align:top;
}

#displayTopics img {
	border:none;
	padding:7px;
}

#displayTopics h1 {
	width:800px;
	margin:0 auto;
	background-image:url(../img/outline/title_bg.png);
	background-repeat:repeat-x;
	font-size:14px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	color:#333333;
}

#displayTopics h3 {
	width:800px;
	background-image:url(../img/outline/title_bg.png);
	background-repeat:repeat-x;
	font-size:16px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:5px;
	color:#333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 25px;
}

#displayTopics a{
	color:rgb(224,80,80);
	text-decoration:none;
}

#displayTopics a:hover{
	color:rgb(224,31,31);
	text-decoration: underline;
}

