@charset "utf-8";
/* CSS Document */

#news tbody {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 75%;
	line-height: 1.5em;

}

table {
	border-spacing: 1px;
	border-collapse: collapse;
	background-color: white;
	border-top-style: none;
	border-bottom-style: none;
	border-bottom-color: #ccc;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
}
td {
	
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;	
}

strong {
line-height: 1.8em;
}