﻿/* --------------------------------------- */
/* FinanceDaily.co.uk News Feed Stylesheet */
/* --------------------------------------- */
/*										   */
/* Use this stylesheet to define the fonts */
/* colours, width and other properties for */
/* display on your webpage                 */
/*										   */
/* Help contact: admin@financedaily.co.uk  */
/* --------------------------------------- */

.newsfeedtitle
{
	font-family: arial;
	font-weight: bold;
	width: 100%;
	background-color: #CA0000;
	color: #fff;
	padding: 2px 4px 2px 4px;
}

.newsfeedtitle td
{
	font-family: arial;
	font-weight: bold;
	color: #fff;
}

.newsfeedmain 
{
	width: 100%;
	background-color: #F0FAFF;
	height: 20px;
	padding: 2px 4px 2px 4px;
	margin-bottom: 20px;
}
.newsfeedmain a
{
	font-family: arial;	
	text-decoration: none;
	color: #000000;
}