/*** copyright NotePage, Inc. all rights reserved. Duplication or redistribution is strictly
prohibited. ***/

#feedtitle a:link {
	color:#B20909; text-decoration:none
} 
#feedtitle a:visited {
	color:#B20909; text-decoration:none
} 
#feedtitle a:active {
	color:#B20909; text-decoration:none
} 
#feedtitle a:hover {
	color:#B20909; text-decoration:underline;
}

#feedtitle {  
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #FF0000;
	text-align: center;
}

#feeddescription {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

#feeditem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16px; 
	color: #333333;
	line-height: 18px;
}

#feedfooter {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #000000;
	text-align: center;
	padding: 10px;
}