body {
  min-width: 512px;
  max-width: 1024px;
  margin: 0 auto;
  background-color: #303030;
  color: #c0c0c0;  
}

div.menu {
  margin: 10px;
  text-align: right;
  font-family: Helvetica, sans-serif;
  position: relative;
  top: -58px;
}

div.menu h4 {
  display: inline;
}

div.menu h4 a {
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  weight: bold;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 2xpx;
  background-color: #202020;
  color: #c0c0c0;
  box-shadow: 5px 5px 5px #101010;
}

div.menu h4 a:hover {
  background-color: #ff6400;
  color: #101010;
}

div.menu h4 a:active,
div.menu h4 a.cur, div.menu h4 a.cur:active, div.menu h4 a.cur:hover
{
  background-color: #ff6400;
  color: #101010;
}

a:visited {
  color: #c0c0c0;
}

a:link {
  color: #c0c0c0;
}

div.logo {
  height: 128px;
  margin: 10px;
  padding: 0px;
  background-image: url("ncsemi-bg.png");
}

tt {
  font-family: monospace;
}

div.text {
  position: relative;
  top: -50px;
  margin: 10px;
  padding: 7.5%;
  border-color: #101010;
  border-style: solid;
  border-width: 4px;
  border-radius: 10px;
  font-family: Helvetica, sans-serif;
  background-color: #202020;
  text-align: justify;
  overflow: hidden;
  box-shadow: 5px 5px 5px #101010;
  
}

div.capsule {
  clear: both;  
  border-width: 4px;
  border-color: #101010;
  border-radius: 10px;
  border-style: solid;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 5px 5px 5px #101010;
  background-color: #303030;
}

div.capsules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-weight: bold;
}

div.capsule2l {
  grid-column: 1;
  border-width: 4px;
  border-color: #101010;
  border-radius: 10px;
  border-style: solid;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 5px 5px 5px #101010;
  background-color: #303030;
}

div.capsule2r {
  grid-column: 2;
  border-width: 4px;
  border-color: #101010;
  border-radius: 10px;
  border-style: solid;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 5px 5px 5px #101010;
  background-color: #303030;
}

div.endcap {
  clear: both;
  width: 100%;
}

div.figure {
  float: left;
  padding-inline: 15px;
  text-align: center;
}

div.figure_r {
  float: right;
  padding-inline: 15px;
  text-align: center;
}

div.text img {
  border-style: solid;
  border-width: 4px;
  border-color: #c0c0c0;
  margin: 0.5em;
}

h2 {
  font-weight: bold;
  font-size: 16px;
}

div.copyright {
  position: relative;
  top: -50px;
  margin: 10px;
  padding: 10px;
  border-color: #101010;
  border-style: solid;
  border-width: 4px;
  border-radius: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 0.75em;
  text-align: center;
  background-color: #202020;
  overflow: hidden;
  box-shadow: 5px 5px 5px #101010;
}
