#topics {
	width: 600px;
	line-height: 1.5;
	text-align: left;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;




}
#topics div#news {
	background-color: #FFFFDD;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	font-size: 120%;
}


#topics h1,h2,h3,h4,p{
	margin-top: 10px;
	margin-bottom: 5px;

}

#topics h1{
	font-size: 120%;
	color: #990000;
	text-align: center;


}

#topics h2{
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC3300;
	padding-left: 10px;
	margin-top: 20px;

}
#topics h3{
	color: #CC3300;
	font-size: 90%;
	background-color: #FFE8D2;
	padding-left: 10px;

}
#topics   p, ul,ol{


}
.img-center{
	text-align: center;



}
p#cost {
	background-color: #EEEEEE;
	padding: 5px;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin: auto;
	font-size: 80%;
}
p#cost span{
	font-weight: bold;
	color: #CC0000;
}
.red {
	color: #CC0000;
}
