.links-top{
	font-size: 23px;
	color: #003399;
	font-weight:bold
}

.links-entry{
	width: 47%; 
	float: left;
	margin-right: 20px;
	border-bottom: 1px #999 dotted; 
}

.links-entry-last{
	width: 47%; 
	float: left;
	margin-right: 20px;
	border-bottom: 1px #999 dotted; 
}

.links-entry-descr {
	padding: 8px 0 0 0;
	font-family: arial, "lucida console", sans-serif;
    font-size: 11px;
}

.links-entry-link {
	padding: 0 0 8px 0;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

.links-entry-link a {
	color: #003399;
    text-decoration: none;
}

.links-entry-link a:hover{
	color: #003399;
    text-decoration: underline;
}


