body { 
    font-family: Times New Roman, sans-serif;
    font-size: 20px; 
    color: #111111; 
    background-color: #EEEED5;
    max-width:1000px;
} 
p {
    text-align: justify;
}

table {
    border-collapse: collapse;
    font-size: 20px; 
}

table, th, td {
    border-collapse: collapse;
    padding: 8px;
    border: 2px solid;
}

th {
    padding-top: 12px;
    padding-bottom: 12px;
}

td {
    text-align: justify;
}

img {
    max-width:100%;
}

body.ploink {
    max-width:960px;
}

table.invis_table {
    border: 10px;
}

table.invis_table th, table.invis_table td {
    border: 0px;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000; 
  background-color: #E3E3C5;
  border-left: 3px solid;
  text-align: justify;
  font-size: 20px; 
}

div {
  display: flex;
  justify-content: center;
  margin: 10px;
}

nav {
    margin: 0px;
    padding: 0px;
}

nav ul {
  width: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: #cedcff;
}

nav li {
  float: left;
}

nav li a {
  display: block;
  padding: 10px;
}
