body {
    background-color: #082050;
    font-family: Arial;
    color: white;
    font-size: 16px;
    font-weight: 400;
    image-rendering: pixelated;
}

h1 {
    font-weight: 900;
}

.main {
    margin-left: auto;
    margin-right: auto;
    background-color: #1d3a75;
    width: 800px;
    position: relative;
}

table, th, td {
    border: 1px solid #354f97;
    border-collapse: collapse;
    width: 800px;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
  }

.topbannertext {
    font-weight: 700;
    font-size: 36px;
    background-color: #5aa1e4;
    color: #000000;
    margin: 0px;
}

a {
    color: #a0cdf7;
    text-decoration: underline dotted;
}

.textheader {
    font-weight: 700;
    font-size: 20px;
    margin: 10px;
}

.blogpost {
    text-align: left;
    margin-left: 15px;
}

.topbannertextcode {
    font-weight: 700;
    font-size: 36px;
    background-color: #5aa1e4;
    color: #000000;
    margin: 0px;
    font-family: monospace;
}

p {
    padding:0;
    margin:5px;
}