
.link-title {
	font-size: 1.1em;
	font-weight: bold;
	color: mediumblue;
	margin-top: 36px;
	margin-bottom: 3px;
}

a {
	color:mediumblue;
	text-decoration:none;
}
a:hover {
	color:navy;
	text-decoration:underline;
}

table.linklist {
	font-family:Arial,sans-serif;
	text-align: justify;
	background-color:white;
	padding:10;
	border-left: 1px groove rgb(0,51,153);
	border-right: 1px groove rgb(0,51,153);
	border-top: 0px;
	border-bottom: 1px groove rgb(0,51,153);
	width: 50em;
	margin-left: auto;
	margin-right: auto;
}
