@charset "utf-8";
/* CSS Document */

#links {
	width: 95%;
	text-align: left;
	margin-bottom: 30px;
}

#links th, #links td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#links th {
	width: 30%;
	font-weight: normal;
}

