		body {
			margin: 0px;
			padding: 0px;
			color: #999;
			background-color: #000;
			font-family: sans-serif;	
			font-size: 1.5em;		
/*			font-family: Arial, Helvetica, sans-serif;
			font-size: 14pt; */
		}

		acronym {
			letter-spacing:0.1em;	
		}
		
		#container {
			margin: 50px auto;
			width: 80%;
			
		}
				
		#content {
			border-bottom: 5px solid #fff659;
			margin-bottom: .5em;
		}

		.quotation {
			font-family: inherit;
		}
		.quotation a:link, .quotation a:visited, .quotation a:hover, .quotation a:active {
			font-family: "Garamond", "Times New Roman", serif;
			font-size: 16pt;
			font-weight: bold;
			font-style: italic;
			display: inline;

		}
		.quotation a:link, .quotation a:visited, .quotation a:active {
			text-decoration: none;
			border: none;
		}

		ul {
			padding: 0;
		}
		.linkList ul {
			margin: 0;
			padding: 0;
			padding-left: 0;
			width: 80%
		}
		.linkList li {
			display: inline;
			list-style-type: none;
			padding: 0 0.5em 0 0;
			margin: 0;
		}

		dl.section
		{
		margin: 1em 0;
		padding: 0;
		}
		
		.section dt
		{
		position: relative;
		left: 0;
		top: 1.1em;
		width: 12em;
		font-size: 0.90em;
		letter-spacing: -.01em;
		}

		.section dd
		{
		margin: 0 0 0 12em;
		padding: 0 0 .1em .5em;
		font-size: 0.90em;
		letter-spacing: .03em;
		line-height: 1.5em;
		}

		ul.points {
			margin: 0px 0px 0px 5px;
			padding: 0px;
		}
		.points li {
			margin: 0px 0px 0px -0.3em;
			padding: 0px;
			list-style-type: circle;
			list-style-position: outside;

		}
		.sideLinks {
			display: block;
			font-size: 0.75em;
			width: 100%;
			height: 1em;
			text-align: left;
			margin: 0px;
			padding: 0px;
		}
		.secTitle {
			margin: 0 0 0.75em 0;
			font-weight: bold;
/*			letter-spacing: 0.05em;
			font-family: "Arial Narrow"; */
		}
		
		.date {
			float: right;
			height: 1em;
			font-size: 0.75em;
		}
		.last {
			float: right;
			font-style: italic;
			height: 1em;
			font-size: 0.75em;
			display: block;
			clear: both;
		}
		hr.invis {
			margin: 0px;
			padding: 0px;
			background-color: #000;
			color: #000;
			border: none;
			height: 2em;
		}

		@media only screen and (min-device-pixel-ratio : 1.5) {
		body {
			font-size: 2em;
		}

		dl.section
		{
			margin: 1em 0;
			padding: 0;
			display: block;
		}
		
		.section dt
		{
			margin: 0 0 1em 0;
			width: auto;
			height: 2em;
			font-size: 1.5em;
			letter-spacing: -.01em;
			font-weight: bold;
		}

		.section dd
		{
			display: block;
			margin: 0;
			font-size: 0.90em;
			letter-spacing: .03em;
			line-height: 1.5em;
			width: 100%;
		}

		.secTitle {
			margin: 0 0 0 -.5em;
			font-weight: bold;
			height: auto;
			width: auto;
		}

		ul.points {
			padding-top: 1.5em;
		}

		.points li {
			margin: 0px 0px .75em -0.7em;
			padding: 0px;
			list-style-type: circle;
			list-style-position: outside;

		}

		.date {
			float: right;
			font-size: .9em;
		}
	}
