a:link {color: #6698FF;}
a:visited {color: #82CAFA;}

body
{
background-image:url("background.png");
color:white;
font-family:verdana;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));text-align:center;
}

p
{
margin-left:24%;
margin-right:24%;
font-size:100%;
text-align=left;
}

table, td
{
    border-color: #6689FF;
    border-style: solid;
    text-align:left;
}

table {
  border-collapse: collapse;
  width: 60%;
}

td
{
    margin: 0;
    padding: 5px;
    border-width: 0px 0px 1px 0px;
}

h1
{
font-size:xx-large;
color:#b9bcc6;
font-family:verdana;
text-align:center;
}

div.container {
  text-align: center;
}

ul.myUL {
  display: inline-block;
  text-align: center;
}
