/*Links on Pages*/
div.links a {
	display: block;
	background-color: #FFF;
	padding: .8em;
	padding-left: 1em;
	font-weight: bold;
	color: #272727;
	text-decoration: none;
	border-top:#999999 thin solid;
	font-size:17px;
}
div.linksdir {
/*	display: block;*/
	background-color: #FFF;
	padding: .8em;
	padding-left: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-top:#999999 thin solid;
}
div.linksdir a {
	display: block;
	background-color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
div.linksdirdesc {
	background-color: #FFF;
	color: #000;
	font-weight: normal;
	font-size: .9em;
}
div.linksdirdata {
	background-color: #FFF;
	color: #000;
	font-weight: normal;
	font-style: italic;
	font-size: .8em;
}
/*I made this to fix problem with email creating new line*/
div.linksdirdata a {
	color: #00F;
	font-style: italic;
	display:inline;
	font-weight: normal;
	
}