body {
	background-color: #111;
	color: #ddd;
	font-family: sans-serif;
}

a {
	color: #ffd700;
	text-decoration: none;
}

a:hover {
	color: #ffff00;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}



/*********************************************************/
/* header and navigation buttons at top of page          */

p {
	margin: 10px 20px 10px 20px;
}

h1,h2 {
/*	padding: 0 0 0 0;
	margin: 0 20px 0 20px;
	text-align: center;*/
  font-size: 120%;
}

h1 {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

h2 {
	min-height: 1em;		/* 1em here tries to approximate the font height to prevent the picture from moving up when the description is not present */
	font-weight: normal;
}

code {
  color: lime;
/*  background: black; */
}

