html {
  font-family: 'Libre Baskerville', Verdana, Helvetica, sans-serif;
}

body
{
   background: #ddd;
   margin: 20px auto 20px auto;
   padding: 20px;
   font-family: 'Libre Baskerville', Verdana, Helvetica, sans-serif;
   font-size: 11pt;
   font-style: normal;
   max-width: 1000px;
}


h1
{
   font-size: 20pt;
   font-style: normal;
font-weight: 700;
}


h2
{
   font-size: 18pt;
   font-style: normal;
   font-weight: normal;
}

div.section
{
  background: #ddd;
  clear: both;
  margin-bottom: 1.5em;
    clear: both;
  margin-top: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  background: #ddd;
  padding: 1em 1em 1em 1em;
}

p
{
   font-size: 11pt;
   font-style: normal;
   text-align: left;
   text-transform: none;
}

p.right
{
   text-align:right;
}

img
{
   border: none;
}

img.pubimg
{
   margin-left: 5px;
   margin-right : 0px;
   float : left;
   width: 160px;
   vertical-align: middle;
   border : 1px;
   border-style: solid;
   border-color: rgb(200,200,200);
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 16px 0 rgba(0, 0, 0, 0.05);

}

img.posterimg
{
   border : 0;
   width: 256px;
   margin-left:22px;
   margin-right:22px;
   vertical-align: middle;
   border-style: solid;
   border-color: rgb(200,200,200);
   padding: 8px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 16px 0 rgba(0, 0, 0, 0.15);
}

a
{
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

a:visited
{
   color: #0000ff;
}

hr
{
   background-color: #000;
   border: 0;
   height: 1px;
   margin-top: 10px;
   margin-bottom: 10px;
}