body {margin-left:2%;
    margin-right:2%;
    margin-top:2%;
    margin-bottom:2%;}

p {
  margin-left:0;
  margin-right:0;
  margin-bottom:0;
  text-align: justify;}

p.indent {text-indent: .3in;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  margin-bottom:0;
  text-align: justify;}

p.quote {
  text-indent: 0;
  font-style: italic;
  margin-left:2em;
  margin-right:2em;
  margin-top:.5em;
  margin-bottom:0;
  text-align: justify;}
  
p.margin {
  margin-left:2em;
  margin-right:2em;
  margin-top:3em;
  margin-bottom:3;
}

p.sm
{
    width:80%;
    margin:auto;
    font-size:1.2em;
    font-style:italic;
    padding: 1%;
}


h1 { text-align: center;}
h2 { text-align: center;}
h3 { text-align: left;}
h4 { text-align: left;
     margin-left: 2em}

h3.clear
{
    clear: both;
    margin-top:6em;
}

ul
{
list-style-type:none;
margin: 0 0 5em 2em;
padding: 0 0 0 0;
}

li
{
margin: 0 0 1em 0;
}

li.smallspace
{
margin: 0 0 .2em 0;
}

table.title1
{
    border: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
td.title1-center
{
    border: none;
    padding: 8px;
    text-align: center;
    width: 60%;
}
td.title1-side
{
    border: none;
    padding: 8px;
    text-align: center;
    width: 20%;
}

table.title2
{
    border: hidden;
    border-collapse: separate;
    border-width: 10px;
    margin-left: 10px;
}
td.title2
{
    border: hidden;
    border-collapse: separate;
    border-width: 10px;
    padding: 8px;
    text-align: left;
}

table.contacts
{
    border: none;
}
td.contacts
{
    padding: 8px;
    text-align: left;
}

div.polya
{
    text-align: right;
    padding: 12px;
}


figure.quote
{
    width: 50%;
    margin: auto;
    background: #eee;
    padding: 1em;
    border-radius: 1em;
}

div.quote
{
width: 100%;
margin: auto;
}

div.quoteleft
{
    width: 40%;
    float: left;
}

div.quoteright
{
    width: 40%;
    float: right;
}
a:hover{
  font-weight: bold;
  text-shadow: 1px 1px #000000;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
