@charset "utf-8";
/* CSS Document */

.linksContainer {
	width: auto;
	height: auto;
	margin-top: 40px;
}
.links {
	margin-bottom: 30px;
}
.link {
	margin-bottom: 10px;
	float: left;
	width: 282px;
	height: 100px;
	margin-right: 30px;
}

.links h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
}
.links h3 {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}
.links p {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
}
.links a {
	text-decoration: none;
	color: #2fa8d6;
	white-space: nowrap;
}
.links a:hover {
	color: #f79e01;
}