
div.topboxcolor { 
  background: #EE0000;
  color: white;
}

div.leftboxcolor { 
  background: #EE0000;
  color: white;
}
a.sales
{
	text-decoration: none;
	color: red;
}
a.sales:hover
{
	text-decoration: none;
	color: #CC0000;
/*	font-weight: bold;  */
}
a.displaybox
{
	text-decoration: none;
	color: black;
}
a.displaybox:hover
{
	text-decoration: none;
	color: red;
/*	font-weight: bold;  */
}
a
{
	text-decoration: none;
	color: white;
}

a:hover
{
	text-decoration: none;
	color: yellow;
/*	font-weight: bold;  */
}
