
*
{
  font-size: 1em;
}

h2
{
  font-size: 1.1em;
  padding: 0px;
  margin: 8px 0px 0px 3px;
}

p
{
  text-indent: 20px;
  margin: 5px 0px;
  padding: 0px;
  text-align: justify;
  font-size: 0.9em;
}

p.date
{
  text-indent: 0px;
  margin-top: 0px;
  font-style: italic;
  font-size: 0.8em;
}

a
{
  color: black;
}

a.next, a.prev
{
  display: bock;
  float: right;
  margin: 0px 5px;
  font-size: 0.9em;
  text-decoration: none;
  font-style: italic;
  color: black;
}

#footer, #footer a
{
/*  color: #e1f7f5; */
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}

#footer
{
  width: 700px;
  margin:auto;
  text-align: center;
}

#menu, #links_menu
{
  padding: 0px;
  margin: 0px 0px 12px 10px;
  list-style: none;
}

#menu a, #links_menu a, a.post
{
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  color: #066;
}

a.post
{
  display: block;
  float: right;
  margin-right: 30px;
}

#menu li, #links_menu li
{
  display: inline;
  padding: 0px 5px;
}

body
{
/*  background-color: #3e5c5a; */
}

div.book
{
  background-color: #deeff0;
  padding:		10px;
  width: 100%;
  height: 400px;
  border: 1px solid black;
  overflow: auto;
}

#container
{
  margin: auto;
  padding: 105px 400px 0px 50px;
  width: 574px;
  height: 663px;
  background-image: url('./uploads/background.jpg');
  background-repeat: no-repeat;
}

#body
{
  margin-top: 50px;
}

img
{
  border: 0px;
}

img.ban
{
  border: 5px;
}

img.show
{
  float:left;
  margin: 10px;
}

div.show
{
/*  color: #e1f7f5;*/
}

form
{
  text-align: center;
}

form div
{
  text-align: left;
}

form p
{
  text-indent: 0px;
}

input, textarea
{
  border: 1px solid #3e5c5a;
  background-color: #deeff0;
  margin: 5px 0px;
}

textarea
{
  width: 90%;
  height: 150px;
}

label
{
  display: block;
}

fieldset
{
  border: none;
  border-top: 1px solid #3e5c5a;
}

legend
{
  font-size: 0.9em;
}
