body,td,th {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E9EAEA;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	color: #e54848;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e54848;
}
a:hover {
	text-decoration: underline;
	color: #E9EAEA;
}
a:active {
	text-decoration: none;
	color: #e54848;
}
.newstitle {
	color:#e54848;
}
.menu ul 
			{ 
			display: block; 
			padding: 0px; 
			margin: 0px; 
			list-style: none; 
			text-align: center;
			background-color: black;
			} 
	.menu ul li 
				{ 
				display: inline; 
				margin: 0px; 
				list-style: none; 
				border: none; 
				/*background-color: #e8e8e8;*/ 
				padding: 0px; 
				} 
	.menu a 
			{ 
			padding: 0px 8px; 
			text-decoration: none; 
			color: none; 
			/*border: 1px solid white;*/
			font-size:22px;
			font-weight:bold;
			font-family: Arial; 
			} 
	.menu a:hover 
				{ 
				background-color: none; 
				border: none; 
				color: none; 
				} 