body {
    background-color: #354b2a;
    font-family: Arial, Verdana, sans-serif;
    color: #b6b08f;
}
@font-face {
    font-family: Ubuntu;
    src: url(http://fonts.googleapis.com/css?family=Ubuntu);
}

    a {
        color: #b6b08f; 
        text-decoration: none
    }
    a:LINK {
        color: #FFFFFF; 
        text-decoration: underline; 
    }
    a:VISITED {
        color: #FFFFFF; 
        text-decoration: underline; 
    }
    a:HOVER {
        color: #8f6f4c; 
        text-decoration: none; 
    }
    a:active {
        color: #5e3f1d; 
        text-decoration: underline; 
        cursor: default
    }
    
     table.center {
    width:90%; 
    margin-left:5%; 
    margin-right:5%;
  }
    p.centerfifty {
    width:50%; 
    margin-left:25%; 
    margin-right:25%;
  }
      p.centerseventy {
    width:70%; 
    margin-left:15%; 
    margin-right:15%;
  }
        p.centerninety {
    width:90%; 
    margin-left:5%; 
    margin-right:5%;
  }
ul {
  text-align: center;
  display: inline;
  margin: 0;
  padding: 0px 0px 0px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}
ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 0px 5px;
  background: ;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #18251a;
  color: #b6b08f;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 18px;
  left: 0;
  width: 59px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #18251a; 
  display: block; 
  color: #b6b08f;
  text-shadow: 0 1px 0 #000;
}
ul li ul li:hover { background: #354b2a; }
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}



ol {
  text-align: center;
  display: inline;
  margin: 0;
  padding: 0px 0px 0px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
}
ol li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: 0px;
  position: relative;
  padding: 0px 0px;
  background: ;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ol li:hover {
  background: #18251a;
  color: #b6b08f;
}
ol li ol {
  padding: 0;
  position: absolute;
  top: 2px;
  left: 140;
  width: 47px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ol li ol li { 
  background: #18251a; 
  display: block; 
  color: #b6b08f;
  text-shadow: 0 0px 0 #000;
}
ol li ol li:hover { background: #354b2a; }
ol li:hover ol {
  display: block;
  opacity: 1;
  visibility: visible;
}
