body {
	font: normal 100% sans-serif;
	color: black;
	background-color: white;
	background-image: url(./openlogo-nd-100.png);
	background-repeat: no-repeat;
	background-position: 97% 3%;
	margin: 2em 170px 2em 5em;
}

a:link {
	color: #0035c7;
	text-decoration: underline;
}
a:visited {
	color: #54638c;
}
a:link:hover {
	text-decoration: none;
	color: #00207a;
}
a:visited:hover {
	text-decoration: none;
}
a:active {
	color:#c2c3c7;
}

div.block { margin-top: 2em; }

#footer {
	margin-top: 2em;
	text-align: center;
	font-size: 0.75em;
	border: 1px solid #dfdfe0;
	padding:1em;
	background-color: #f5f6f7;
	line-height: 1.5em;
	border-left: 0;
	border-right: 0;
}
table {	width: 100%; }

table.pkgs {
	width: 75%;
	margin-left:auto;
	margin-right: auto;
	border-collapse: collapse;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
table.pkgs th { background: #36304a; color: white; text-align: center; }
table.pkgs tr td { border-bottom: 1px solid black; } 

h1 {
	font-weight: normal;
	font-size: 1.8em;
	line-height: 0.83333;
	margin: 0.83333em 0 0.83333em 0;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.0714286;
	margin: 1.0714286em 0 1.0714286em 0;
}

pre, tt { font-family: monospace, courier; font-size: 0.75em; color: black;}
pre {
	margin: 0em;
	padding: 0.5em;
	padding-left: 2em;
	border: 1pt solid #c0c0c0;
	background: #F0ECE6;
	white-space: pre;
}


