body, td, input, select, textarea, font {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #85D9EE;
}

body.sidenav {
  background-color: #555C46;
  background-image: url(metal.jpg);
  background-attachment: fixed;
  background-position: 200px 0px
}

body.content {
  background-color: #555C46;
  background-image: url(metal.jpg);
  background-attachment: fixed;
  text-align: center;
}

b {
  color: #9CEDB8;
}

.navcategory {
  background-color: #5F6853;
  font-weight: bold;
  color: #BAC171;
  padding: 5px;
  margin-top: 15px;
  border: 1px solid black;
}

.nav {
  background-color: #839066;
  font-weight: bold;
  color: #FFF071;
  padding: 3px;
  margin-top: 3px;
  border: 1px solid black;
}

.navactive {
  background-color: #BAC171;
  font-weight: bold;
  color: black;
  padding: 3px;
  margin-top: 3px;
  border: 1px solid black;
}

h1 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #BAC171;
}

td {vertical-align: top;}
td.cen {vertical-align: middle;}

td.divider {
  border-bottom: 2px dashed #839066;
  padding: 0px;
  font-size: 2px;
}

p, form {margin-top: 0px; margin-bottom: 0px;}
a {text-decoration: none; font-weight: bold;}
a:float {text-decoration: underline;}
a:link {color: #FFF071;}
a:visited {color: #FFF071;}
a:active {color: #FFF071;}

.thickOutline {border: 2px solid black;}
.thinOutline {border: 1px solid black;}

