body {
    
    background-color: #142E54;
	margin:0;
padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

h1, h2, h3, h4, p, em, a, a:hover, textarea, tr {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    color: #FFCE7B;
    font-weight: ExtraBold;
    font-size: 80px;
    line-height: 1.2;
}

h1, a {color:#FFCE7B;}

h2 {
    color:#D91AE6;
    font-size: 48px;
	line-height: 1.2;
}
h3 {
    color:#FFCE7B;
    font-size: 20px;
    line-height: 1.0;
}

p {
	color: white;
    font-size: 20px;
    line-height: 1.2
    ;
}

em {
    font-style: normal;
    color: orange;
}

textarea {
    font-size: 18px;    
}

a {
	color: #70BF44;
    line-height: 1.2;
    -webkit-text-decoration-line: none;

}

a:hover { 
  color: #ABD037;
  -webkit-text-decoration-line: underline;
}


table, th, td 
      {
	      	color: yellow;
      border: 0px solid blue;
      border-collapse: collapse;
       font-family: 'Open Sans', sans-serif;
       }
       
th, td 
{
  padding: 10px;
}           
table tr:nth-child(even) {
  background-color: black;
  
}
table tr:nth-child(odd) {
  background-color: black;
}

table, th, td 
      {
	      	color: yellow;
      border: 0px solid blue;
      border-collapse: collapse;
       font-family: 'Open Sans', sans-serif;
       }
       
.order th, td 
{
  padding: 10px;
}           
.order table tr:nth-child(even) {
  background-color: darkgrey;
  
}
.order table tr:nth-child(odd) {
  background-color: Grey;
}

.highlight {
  color: white;
  background-color: black;
    text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.highlight a {
  color: white;
  background-color: #261a02;
}
.navbar a:hover {
  background: orange;
  color: White;
}

.navbar {
  overflow: hidden;
  background-color: black;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: orange;
  color: White;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px; 
}