/* 
	links.css
	styles for links.html
*/

@import "default.css";

#links {
	margin-left: 3%;
	margin-bottom: 20px;
	width: 75%;
}

#links dt {
	margin: 1em 0 3px;
}

#links dt a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
	color: #30569C;
}

#links dt a:hover {
	text-decoration: none;
	color: #931124;
}

#links dt a:visited {
	color: #777777;
}


