/** Link Page **/

section li {
	font-size:90%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom:16px;
}

section li a:link, section li a:visited {
	margin-right:50px;
	text-decoration:none;
	font-size:110%;
	color: #0000FF;
}
section li a:hover {color: #FF0000;}

h2 {
	color: #65992A;
	padding-left:20px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #65992A;
	margin-top:20px;
}
