﻿#content a, a.fscopy {
	text-decoration: underline;
}

a.fscopy {
	text-decoration: underline double;
	color: darkgreen;
}

#content a.nolink {
	text-decoration: none;
}

#content a.nolink:hover {
	color: Black;
}

#content p { /* original settings */
	margin: 1em 0px; 
	padding-bottom: 0px;
}

#center {
	width: 100%;
}