body {
  border: 1px solid teal;
  padding: 6px;
  margin: 4px;
  background-color: LightGoldenRodYellow;
}
h1 {
  color: #00006b;
  font-family: verdana;
  font-size: 300%;
}
h2 {
	color: #0f00aa;
	font-family: arial, sans-serif;
}
p  {
  color: rgba(42, 4, 196, 1);   /* a nice light blue */
  font-family: arial, sans-serif;
  /* font-size: 160%; */
}

/*
pre code {
  background-color: bisque; 
  display: block;
  padding: 20px;
}
*/

#grad1 {
  height: 200px;
  background-image: linear-gradient(maroon, yellow, blue);
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  width: 80px;
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 17px;
  height: 35px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* style the Handy Links box on LAMP page */
.handylinks {
	/* background-color: #eeeed2;  */
  background-color: whitesmoke; 
	width:33%; 
	border: 3px solid #00621d; 
	float:right; 
	margin-left: 5px; 
	padding: 5px 5px 5px 15px;
}

/* style code blocks */
.code-block {
  background-color: whitesmoke;
  width: 60%;
  border: 3px solid #00621d;
  margin-left:5px;
  padding: 5px;
}
