a:link {
	color: royalblue;
}
a:visited {
	color: blue;
}
a:hover {
	color: red;
}
a:active {
	color: limegreen;
}
a {
	text-decoration: none;
	font-family: Geneva;
}
.leftmargin_links li a {
	color:brown;
	font-size: 1rem;
}
.quotation {
	margin-left: 3rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-family:sans-serif;
	color: green;
}
.note {
	font-family: 'Courier New', Courier, monospace;
	border:1px solid blue;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
}
.note li {
	margin-top: 0.5rem;
}
	.section_title {
		font-family: Arial, Helvetica, sans-serif;
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size:x-large;
		font-weight: bold;
		margin-top: 1rem;
	}
	.para_title {
		font-weight:bolder;
		font-family: Arial, Helvetica, sans-serif;
		margin-top: 1.0rem;
	}
	.para_text {
		font-family: Arial, Helvetica, sans-serif;
		font-family: Georgia, 'Times New Roman', Times, serif;
	}
	#mainframe {
		border:0px solid rgb(143, 143, 155);
	}
	#mainframe > div {
		margin:0.0rem;
		display: inline-block;
		vertical-align: Top;
		}
	#leftmargin {
		width:15rem;
		position: fixed;
		border-right: 1px solid grey;
		margin-right: 1rem;
		font-family: sans-serif;
		font-size: 0.9rem;
		line-height: 1.5;
	}
	#rightmargin {
		position: relative;
		left:16rem;
		width:40em;
		}
	#logotable {
		border-collapse:collapse;
		/* border-spacing:2px; */
	} 
	#logotable td {
		/* padding:1rem; */
		border:1px solid blue;
		font-family: monospace;
		font-size: 2rem;
		width: 2rem;
	}
