/* Contains code relating to the Links page(links.html) */
#linkcontent {
	margin-top: 20px;
	margin-left: 250px;
	max-width: 100%;
	background-color: #ffffe0;
}

#linkcontent p {
	color: #222;
	font-size: .95em;
}

#linkcontent a {
	text-decoration: none;
	margin: 0px;
	color: #008040;
}

#linkcontent a:hover {
	color: #C60;
	text-decoration: underline;
} 

.line { /* This code is to place the lines above each section */
	border-top: 1px solid #000;
	padding-top: 15px;
}

.linkheaders { /* This section styles the header links */
	color: #333;
	font-size: 1.10em;
}