a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.rule {
border-bottom: 1px solid #000;
font-size: 6px;
}

#hor-minimalist-a
{
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
	background: #e4ebf3;
	width: 100%;
padding:10px;

	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}


#hor-minimalist-b
{
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
	background: #fff;
	margin: 10px;
	width: 80%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 12px;
background: #c7d6e7;
	font-weight: normal;
	color: #000;
	padding: 5px 4px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 3px 4px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}
