A  {
	color : #319CFF;
	text-decoration : underline;
	font : bold;
}

A:Hover  {
	color : Blue;
	text-decoration : none;
	font : bold;
}
   
a.menulink {
	color: Black;
	font-size: 14;
	font-weight: Bold;
	text-decoration: none;
	font-family: Tahoma
}  

.menulink:hover{
	color: White;
	font-size: 14;
	font-weight: Bold;
	text-decoration: Underline;
	font-family: Tahoma
}

a.bodylink {
	color: White;
	font-size: 16;
	font-weight: Bold;
	text-decoration: none;
	font-family: Tahoma
}  

.bodylink:hover{
	color: White;
	font-size: 16;
	font-weight: Bold;
	text-decoration: Underline;
	font-family: Tahoma
}

a.brands{
	color: White;
	font-size: 16;
	font-weight: Bold;
	text-decoration: none;
	font-family: Tahoma
}

.brands:hover{
	color: White;
	font-size: 16;
	font-weight: Bold;
	text-decoration: Underline;
	font-family: Tahoma
}



BODY  {}

