@import url('https://fonts.googleapis.com/css?family=EB+Garamond|Playfair+Display+SC|Nanum+Myeongjo|Baskervville|Roboto&display=swap');
BODY
{
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    text-align: center;
    padding-top: 5%;
    background: #dddddd;
}
h1,h2,h3,h4,h5
{
    font-weight: normal;
    font-family: 'Playfair Display SC', serif;
}
#page
{
        margin-left: auto;
        margin-right: auto;
        width: 95%;
}

#header		
{
	color: #000000;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0%;
        text-align: center;
        display: table-row;
    font-family: 'Baskervville', serif;
}

#body	
{
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  display: inline-table;
  border-collapse: separate;
}

#text
{
    display: table-row;
}

#footer
{
  display: table-row;
}

.column
{
    border-color: rgba(255, 255, 255, 0.1); 
  border-style: solid;
  padding: 1em;
  border-style-left: solid;
  display: table-cell;
  width: 33%;
  text-align: justify;
  overflow-x: hidden;
}

.left
{
  background-color: rgba(170, 238, 238, .5);
}
.center
{
  background-color: rgba(170, 238, 170, .5);
}
.right
{
  background-color: rgba(238, 238, 170, .5);
}

#text .left
{
  background-color: rgba(204, 238, 238, .8);
}
#text .center
{
  background-color: rgba(204, 238, 204, .8);
}
#text .right
{
  background-color: rgba(238, 238, 204, .8);
}

.left A:hover
{
        background-color: #55EEEE;
}
.center A:hover
{
        background-color: #55EE55;
}
.right A:hover
{
        background-color: #EEEE55;
}

#text .left a, #header .left a, .left .not-important
{
    text-decoration: none;
    border-bottom-style: solid;
    border-width: thin;
    border-color: #00BBBB;
}
#text .center a, #header .center a, .center .not-important
{
    text-decoration: none;
    border-bottom-style: solid;
    border-width: thin;
    border-color: #00BB00;
}
#text .right a, #header .right a, .right .not-important
{
    text-decoration: none;
    border-bottom-style: solid;
    border-width: thin;
    border-color: #BBBB00;
}

li
{
    padding-top: 1em;
}

span
{
    color: #000000;
}

A
{
    text-decoration: underline;
	color: #000000;
}

UL
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

DD
{
        margin: 10px;
}

#text
{
  font-size: 10pt;
}

@media screen and (max-width: 700px) {
    img
    {
        display: none;
    }
    
  #header		
  {
    display: block;
  }
  
  #text
  {
    display: block;
  }
  
  #footer
  {
    display: block;
  }
  
  #body	
  {
    display: block;
  }
  
  .column
  {
    display: block;
    width: inherit;
  }
}
