.more 	{display: none; }
@font-face {
 font-family: "customfont";
 src: url("fonts/LiberationSans-Regular.ttf") 
}


body {
    font-family: 'customfont','Arial';
    font-size: 100%;
    line-height: 140%;
   letter-spacing: 0.01em;
    background-color: #FFFFFF;
    margin: 0px 100px 0px 15%;
    color: black;
    padding: 0;
    min-width: 500px;
    max-width: 680px;
}
p {
    line-height: 130%;
    color: black;
    padding: 0;
}
a {
    color: #4000AD;
    transition:color .3s ease-out;
}

a:hover {
    color: #444;
}
h1 {
  font-size: 150%;
  text-align:center;
  text-decoration:bold;
}
h3 {
  font-size: 110%;
  text-align:center;
}

h2 {
  font-size: 120%;
  text-align:left;
}
p.footer {
  text-decoration: none;
  font-size: 90%;
  text-align:center;
  color: #BBB;
}
img{
  border-style:solid;
  border-width:1px;
  border-color: #4000AD;
}
hr{
  border:0;
  background-color: #BBB;
  background-color: #916ECC;
  color: #BBB;
  height: 1px;
}
l1 {
  text-indent:50px;
}
