body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, geneva, sans-serif;
  background-color: #fff7e6;
}

table, tr, td  {
  background-color: #2d5986;
}



/* Style the side navigation rgb(49, 49, 49)*/
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  background-color: #686868 ;
  overflow-x: hidden;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}


/* Side navigation links */
.sidenav a {
  color: #e3c4b5;
  padding: 16px;
  text-decoration: none;
  display: block;
}

/* Change color on hover */
.sidenav a:hover {
  background-color: #2d5986;
  color: #fff7e6;
}

/* Style the header div */
.header {
  margin-left: 200px;
  padding-left: 20px;
  background-color: #2d5986;
  position: absolute;
top: 0px;
 width: 100%;
max-height: 115px;
}


/* Style the text in all divs */

h1 {
 color: #fff7e6;
  font-weight: 400;
text-transform: uppercase;
letter-spacing: none;
font-size: 34px;
height: 100%;
font-family:geneva;
  margin: 0px;
  padding: 0px;
}
h2, dt {
  font-family:geneva; 
  color: #e3c4b5;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-family:geneva; 
  color: #cccccc;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

h4 {
color: #e3c4b5;
  font-weight: 400;
text-transform: uppercase;
letter-spacing: none;
font-size: 34px;
height: 100%;
font-family:geneva;
  margin: 0px;
  padding: 0px;
}  
  
/* Style the cool picture div */
.coolimage {
position: relative;
height: 360px;
 background-color: #fff7e6;
  padding-top: 20px;
}

/* Style the content div */
.content {
position: relative;
background-color: #fff7e6;
font-family:geneva; 
color: rgb(49, 49, 49);
}

/* Style the images */
img {
max-width: 100%;
  height: auto;
  }

/* Regular navigation links */
.coolimage a {
  color: #e3c4b5;
  text-transform:none;
}

.content a {
  color: #e3c4b5;
  text-transform:none;
  
}
a {
  color: #e3c4b5;
  text-transform:none;
}

/* Change color on hover */
.coolimage a:hover {
  color: #2d5986;
  text-transform:none;
}

.content a:hover {
  color: #2d5986;
  text-transform:none;
}
 
a:hover {
  color: #2d5986;
  text-transform:none;
}

body, bodytext, table {
background-color:#fff7e6;
color:#630; 
font-family:geneva; 
font-size:.8em;
font-family:geneva, arial; 
text-transform:none;
}

dd, li, ul, ol {
list-style:square;
color:#630; 
font-family:geneva; 
font-size:1em;
font-family:geneva, arial; 
}
