/*** 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: 90%;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

#feeddescription {
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

#feeditem {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #000066;
}

#feedfooter {
	font-size: 80%;
	line-height: 100%;
	color: #000000;
	text-align: center;
	padding: 8px 0px 2px 0px;
}