﻿
a.headline {
	font-size: 10px;
	font-weight: bold;
	color: #5F471A;
	text-decoration: none;
}

.browseBy {
	height: 18px;
	color: #425C75;
	font-size: 11px;
	line-height: 18px;
	border: 1px solid #CDCDCD;
}


a.headline:hover {
	font-size: 10px;
	font-weight: bold;
	color: #5F471A;
	text-decoration: underline;
}

a.headline:active {
	font-size: 10px;
	font-weight: bold;
	color: #5F471A;
	text-decoration: underline;
}

a.mainLink {	
	font-weight: bold;
	text-decoration: none;
	color: #3F3F3F;
}

a.mainLink:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #3F3F3F;	
}

a.mainLink:active {
	font-weight: bold;
	text-decoration: underline;	
	color: #3F3F3F;
}