@charset "utf-8";
/* CSS Document */

.RSSNewsBox {
	width:233px;
	margin: 0 5px 0 5px;
	float:left;
	padding:0;
}

.RSS {
	width:229px;
	background-color:#FFFF00;
	border-collapse: collapse;
}

/*.RSS td {
	border-bottom: 1px dashed black;
}*/

.RSS tr {
	/*font-family:"Comic Sans MS", cursive;*/
	font-size:10px;
	text-align:center;
}

.RSS th{
	background-color:#000000;
	color:#FFF;
	font-size:14px;
}

.RSS td a:link, td a:visited {
		text-decoration:none;
}

.RSS th a:link, th a:visited {
	color:#FFF;
	text-decoration:none;
}

.container_left{
	float:left;
	width:660px;
}

.container_right{
	float:left;
	width:100px;
}

.RSSNewsBox .RSS tr{
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
