.content {
  margin-left: 0px;
  margin-right: 30%;
  padding-left: 40px;
}

H1 {
    font-family: 'Nunito Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 44px;    
    margin-left: 2px;
    line-height: normal;
    font-weight: bold;
    color: #0C203D;
}

H2 {
    font-family: 'Nunito Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 33px;
    margin-left: 2px;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: normal;
    font-weight: 600;
    color: #000000;
}

H3 {
    font-family: 'Nunito Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: rgb(77, 79, 83);
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 30px;
    line-height: normal;
}

p {
    white-space: normal;
    font-size: 20px;
    margin-left: 0px;
    margin-top: 0px;
    line-height: 24px;
    padding-bottom: 5px;
    font-weight: normal;
    color: #000000;
}

code {
    font-family: 'Courier', sans-serif;
    class=lang-javascript;
    background-color: lightblue;
    font-size: 11pt;
    color: #000000;
    color: rgb(0, 0, 0);
    margin-left: 40px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: normal;
    padding: 5px;
}

ul {
    list-style-type: none;
    font-family: 'Calibri', sans-serif;
    margin-left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 20px;
}

.bullets {
    list-style: disc;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    padding: 5px;
}

ol {
    list-style-type: upper;
    font-family: 'Calibri', sans-serif;
    white-space: normal;
    font-size: 12pt;
    color: #000000;
    color: rgb(0, 0, 0);
    margin-left: 40px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 160%;
    font-size: 20px;
}

a:link {
    font-family: 'Nunito Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    white-space: normal;
    font-size: 15px;
    color: rgb(64, 97, 155);
    background-color:transparent;
    text-decoration:none;
}


a:visited {
    text-decoration: none;
    color: rgb(64, 97, 155);
}
a:focus, a:hover {
    color: #E84137;
    text-decoration: underline;
}

table {
     border-collapse: collapse;
width: 100%;
 }

tr:hover {background-color: #f5f5f5;}

th, td {
     padding: 15px;
     text-align: left;
     font-family: 'Calibri', sans-serif;
     white-space: normal;
     font-size: 12pt;
     color: #000000;
     color: rgb(0, 0, 0);
 }

th {
     height: 50px;
 } 

 table, th, td {
     border: 1px solid #000080;
 }

.pagetitle {
    font-weight: bold;
    color: #0C203D;
}
.subtitle {
    font-weight: 600;
    color: #0C203D;
}
.heading {    
    font-weight: 600;
    color: black;
}

html, body, div {
    font-family: 'Nunito Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
