.SalePrice {
	font-size: 24px;
	color: #F00;
}
.SaleText {
	font-size: 20px;
	color: #F00;
}
/* CSS definition file containing site wide stylesheets */
A:active { font-size: small;}
 P { text-decoration: none ;}
 A { font-family: 'Times New Roman', Times, Serif, serif; font-size: medium; color: rgb(0,102,204);}
 .TextNavBar { font-size: medium; color: rgb(0,0,0); font-weight: bold; background-color: transparent;}
 A:hover {
	font-family: 'Times New Roman', Times, Serif, serif;
	font-size: 18px;
	color: rgb(255,255,204);
	background-color: rgb(153,153,204);
}
 
p em a:hover	{
	color: #C39;
	font-size: 18px;
	background-color: #FFF;
}
