body {
  background-color: #8FBC8B;
  font-family: "Times New Roman", Times, serif;
  margin: 0px;
  background-image: url(Images/Main/back_textura.jpg)
}

a {
  color: #2F4F4F;
  text-decoration: none;
  font-weight: bold
}

a:visited {
  color: #006400;
  font-weight: bold
}

a:hover {
  color: #2E8B57;
  text-decoration: underline;
  font-weight: bold
}
table.main {
  background-color: C0DCC0;
  border-left: 3px solid #006400;
  border-right: 3px solid #006400;
  width: 90%;
  height: 100%;

}
ul.menu {
  list-style-type: none;
  margin-left: 15px;
  padding-left: 0px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 200%;
  font-family: Arial, Helvetica, sans-serif
}
td.logo {
  height: 99px;
  padding-bottom: 10px
}
td.topmenu {
  font-weight: bold;
  font-size: larger
}


td.leftmenu{

  
  vertical-align: top;
  border-right: 3px solid #006400;
  padding-top: 80px
}


 td.content {
   padding-left:15px;
   padding-right: 15px;
   padding-top: 20px;
   text-align: justify;
  vertical-align: top
}

  p {
  margin-top: 10px;
  margin-bottom: 10px;
  text-indent: 3em
}

  p.title {
  font-weight: bold;
  font-size: large;
  color: #006400
}

  th.books {
  border: 1px solid #006400
}

  td.books {
   border: 1px solid #006400;
  padding: 5px
}
  td.footer {
  border-top: 2px solid #006400
}
  ul.podmenu {
  list-style-type: none;
  margin-left: 15px;
  padding-left: 0px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 200%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 95%
}


