.links {}
	.links .link {}
		.links .link a {
			clear: left;
			margin-bottom: 20px;
			border: 1px dotted #e9e9e9;
			padding: 10px;
			width: 920px;
			text-decoration: none;
		}
		.links .link a:hover {
			border: 1px solid #666;
			cursor: pointer;
		}
			.links .link a .logo {
				float: left;
				margin-right: 20px;
			}
			.links .link a .title {
				font-weight: bold;
				margin-bottom: 0;
				font-size: 14px;
			}
			.links .link a .description {
				margin-bottom: 0;
				color: #000;
			}



















