/* Default CSS */
/* Generated by the CoffeeCup ssshtml Editor - www.coffeecup.com */

body {
    background-color:LightGray;
    background-attachment: scroll;
    font-family: "Times New Roman", Times, serif;
    font-size: 110%;
    margin-left: 20%;
    margin-right:20%;
}

p {
   font-family: "Times New Roman", Times, serif;
   font-size: 110%;
   text-align: justify;
}

li {
   font-family: "Times New Roman", Times, serif;
   font-size: 110%;
   text-align: justify;
} 

p.right {
   font-family: "Times New Roman", Times, serif;
   font-size: 95%;
   text-align: right;
}

p.green {
   font-family: "Times New Roman", Times, serif;
   font-size: 120%;
   font-style: italic;
   font-weight: bold;
   color: green;
}

div {
     font-size: 110%;
}

div.center {
    text-align:center;
}   

div.fixed {
  position: fixed;
  border-width: thin;
  border-color: green;
  border-right-style: solid;
  top: 20px;
  left: 5px;
  width:150px;
  font-size: 90%;
}

img.thin {
         max-width: 100%;
         height: auto;
         border-style: solid; 
         border-width: thin;
}

table.eop {
    font-size: 90%;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
/* ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;
  font-size: 110%;
} */
