body {
  font-size: 1em;
  font-family: "Verdana Bold", Verdana, Helvetica, sans-serif;
  background-color: rgb(210, 210, 210);
  }

div#strictly-layer {
  font-family: Arial;
  font-style: italic;
  padding-left: 1em;
  font-weight: 900;
  color: black;
  background-color: rgb(254, 153, 0);
  font-size: 3em;
  }

div#online-layer {
  border-color: orange;
  padding-left: 1em;
  font-weight: bolder;
  color: white;
  background-color: rgb(254, 153, 0);
  font-size: 1.6em;
  }

div#nav-layer {
  border-top: solid;
  border-top-width: thin;
  border-color: white;
  background-color: rgb(62, 62, 62);
  color: white;
  font-size: 1.2em;
  text-align: right;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-top: 0.0em;
  padding-bottom: 0.0em;
  }

#nav-layer a {
  font-weight: bolder;
  }

#nav-layer a:link {
  color: white;
  text-decoration: none;
  }

#nav-layer a:visited {
  color: white;
  text-decoration: none;
  }

#nav-layer a:hover {
  color: rgb(254, 153, 0);
  text-decoration: underline;
  }

#nav-layer a:active {
  color: rgb(254, 153, 0);
  text-decoration: underline;
  }

div#main-layer { 
  margin-top: .5em;
  height: 30em;
  border-style: solid;
  border-width: thin;
  background-color: white;
  border-color: rgb(254, 153, 0);
  }

div#main-layer p {
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.6em;
  }

div#main-layer h1 {
  font-size: 1.4em;
  text-align: center;
  color: rgb(254, 153, 0);
  font-weight: bolder;
  padding-bottom: 0px;
  margin-bottom: 0px;
  }

div#main-layer h2 {
  font-size: 1.2em;
  color: rgb(254, 153, 0);
  font-weight: normal;
  }

div#main-layer hr {
  width: 100%;
  color: rgb(254, 153, 0);
  }


div#main-layer a:link {
  color: rgb(254, 153, 0);
  text-decoration: underline;
  }

div#main-layer a:visited {
  color: rgb(254, 153, 0);
  text-decoration: underline;
  }

div#main-layer a:hover {
  color: black;
  background-color: rgb(254, 153, 0);
  text-decoration: underline;
  }

div#main-layer a:active {
  color: black;
  background-color: rgb(254, 153, 0);
  text-decoration: underline;
  }

div#main-layer table a:link {
  color: black;
  }

div#main-layer table a:visited {
  color: black;
  }

div#main-layer input {
  border-color: rgb(254, 153, 0);
  border-style: solid;
  height: 1.7em;
  background-color: white;
  }

div#main-layer textarea {
  border-color: rgb(254, 153, 0);
  border-style: solid;
  background-color: white;
  }  

div#main-layer submit {
  color: white;
  background-color: rgb(254, 153, 0);
  }

div#main-layer .table {
  align: center;
  border-style: none;
  width: 100%;
  }

div#main-layer th {
  border-style: solid;
  color: orange;
  font-weight: bolder;
  border-width: 1px;
  border-color: #3e3e3e;
  }

div#main-layer tr {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  }

div#main-layer td {
  border-color: rgb(254, 153, 0);
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  }

div#main-layer .productinfo {
  font-size: 1em;
  font-family: "Verdana Bold", Verdana, Helvetica, sans-serif;
  color: black;
  font-weight: normal;
  border-style: none;
  }

div#main-layer table.productinfo {
  width: 90%;
  font-size: 1em;
  font-family: "Verdana Bold", Verdana, Helvetica, sans-serif;
  color: black;
  font-weight: normal;
  border-style: none;
  }


.kart1 {
  font-size: 1.2em;
  background-color: rgb(255, 200, 145);
  }

.kart0 {
  font-size: 1.2em;
  background-color: white;
  }

.karttotal {
  border-right-width: 0px;
  border-left-width: 0px;
  border-style: none;
  background-color: white;
  }