body {
	padding-left: 12em;
	padding-right: 5em;
	font-family: serif;
	color: #600c65;
	background-color: #d0b8a0 }

blockquote {
	background-color: #e5d2c0 }

h1 {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: black;
	text-align: center }

ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 2em;
	left: 1em;
	width: 10em }

ul.navbar li {
	background: #f0f0c0;
	margin: 0.5em 0;
	padding: 0.3em;
	border-right: 1em solid #503745 }

ul.navbar li ul {
	list-style-type: none }

ul.navbar li ul li {
	border-right: none }

ul.navbar li a {
	display: block;
	text-decoration: none;
	color: #ff90b0}

ul.navbar li:hover {
	border-right: 1em solid gray }

ul.navbar li ul li:hover {
	border-right: none }

ul.navbar li ul li a:hover {
	color: #ff0060;
	font-weight: bold }

ul.navbar b {
	color: #ff0060;
	font-weight: bold }

a:link {
	color: red }

a:visited {
	color: purple }

h2 > a:link {
	color: #600c65 ;
	text-decoration: none }

h2 > a:visited {
	color: #600c65 ;
	text-decoration: none }

h2 a:hover {
	color: #a03030 }

p.comm > a {
	color: #c02060 ;
	text-decoration: none;
	font-weight: bold;
	font-style: italic }

p.comm {
	color: #c02060 ;
	text-decoration: none;
	font-weight: bold;
	font-style: italic }

table.code {
	border-width: 1px;
	border-style: dashed;
	border-spacing: 0.7em;
	background-color: #ffffd7;
	width: 92%;
	margin-left: 4% }

table.code tr.header {
	text-align: right;
	font-style: italic;
	font-size: 0.8em }

table.code tr {
	font-family: monospace;
	color: black }

ul.info {
	list-style-type: none;
	padding: 0;
	margin: 1em;
	position: absolute;
	top: 15em;
	right: 1em;
	width: 23em }

ul.info li {
	background: #c0a0c0;
	padding: 0.3em }

table.center {
	margin-left: auto;
	margin-right: auto }

p.date {
	color: #583c45;
	text-align:right;
	font-size: 0.9em;
	font-style: italic }
	
