* {
box-sizing : border-box;
margin : 0;
padding : 0;
}
@import url('https://fonts.googleapis.com/css2?family=Gabriela&family=Roboto:wght@400;500&family=Rubik:ital,wght@0,400;0,500;0,600;1,400&display=swap');
body{
    margin:0;
    font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size:15px;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    text-align:left;
    background-color:#fff
}

a.nav {
text-decoration : none;
color : black;
font-size : 1rem;
font-weight : bold;
}
.nav {
display : flex;
justify-content : space-between;
align-items : center;
padding-top : 10px;
padding-bottom : 2px;
}
.logo {
font-family : 'Gabriela';
font-size : 1.2rem;
color : rgb(5, 5, 116);
padding-left : 20px;
}
.hamburger {
padding-right : 20px;
cursor : pointer;
}
.hamburger .line {
display : block;
width : 30px;
height : 3px;
margin-bottom : 10px;
background-color : black;
}
.nav__link {
position : fixed;
width : 94%;
top : 5rem;
left : 18px;
background-color : #ccc;
}
.nav__link a {
display : block;
text-align : center;
padding : 10px 0;
}
.nav__link a:hover {
background-color : lightblue;
}
.hide {
display : none;
}
@media screen and (min-width: 600px) {
.nav__link {
display : block;
position : static;
width : auto;
margin-right : 20px;
background : none;
}
.nav__link a {
display : inline-block;
padding : 15px 20px;
}
.hamburger {
display : none;
}
img {
max-width : 100%;
height : auto;
}
}

a:link {
color : #004688;
text-decoration : none;
font-weight : 500;
}
a:visited {
color : #227dd1;
font-weight : 500;
}
a:hover {
color : red;
}
a:focus {
outline : 1px solid blue;
}
a:active {
color : green;
}
p {
margin-top : 5px;
margin-bottom : 10px;
}
ul {
display : block;
margin-top : 0;
list-style-type : disc;
padding-inline-start : 40px;
}
ol {
display : block;
margin-top : 0;
list-style-type: list-item;
padding-inline-start : 40px;
}
button {margin:3px;}
h1 {
line-height: 1;
color : red;
margin-top : 5px;
margin-bottom : 15px;
font-size : 32px;
text-align : center;
font-weight : 600;
}
h2 {
color: #C00000;
font-size : 18px;
margin-top : 5px;
}
h3 {
    text-decoration: none;
	color : #800;
    
    font-weight: 600;
    font-size: 16px;
    margin: 10pt 0 0;
}

h4 {
    text-decoration: none;
    color: #090;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}
h5 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 0;
}
h6 {
    font-size: 13px;
    font-weight: 600;
    color: #400000;
    margin: 0;
}
table.ttt{
    min-width:280px;
    border-spacing:0;
    margin:0 0 2.4em;
    text-align:left;
    border: #ccc solid 0px;
}
td.ttt, tr.ttt {
    padding: 3px;
    border: #ccc solid 1px;
    font-size: 14px;
    font-weight: 500;
}
table.formResults,td.formResults{
    background-color:#cbe0f3;
    margin:0;
    padding:0;
    width:100% 
}
table.formResults,td.f{background-color:#CBEAC6;margin:0;padding:0;width:100%;border: #ccc solid 1px;}
.center {
    text-align: center;
}

a:link.foot{color: blue;font-size:13px;font-weight:500;}
a:visited.foot {color: blue;font-size:13px;font-weight:500;}
a:hover.foot {color: red;font-size:13px;font-weight:500;}
.foot {line-height:2;margin-right:10px}

a.minlinks:link {color: blue;font-size:14px;font-weight:500;}
a.minlinks:visited {color: blue;font-size:14px;font-weight:500;}
a.minlinks:hover {color: red;font-size:14px;font-weight:500;}

.floatright, img.floatright {
    float: right;
    margin: .5em;
}
.floatleft, img.floatleft {
    float: left;
    margin: .5em;
}

pre.blue {
    font-family: Roboto,sans-serif,helvetica,arial;
    font-size: 15px;
    font-weight: 500;
    color: #1348DF;
    margin-left: 10px;
    margin-top: 1px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
pre.red {
    font-family: Roboto,sans-serif,helvetica,arial;
    font-size: 15px;
    font-weight: 500;
    color: red;
    margin-left: 10px;
    margin-top: 1px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
pre {
    display: block;
    margin: 0;
}
pre {
    font-family: Roboto,sans-serif,helvetica,arial;
    font-size: 15px;
    font-weight: 500;
    color: #093;
    margin-left: 10px;
    margin-top: 1px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

pre.grey {
    font-family: Roboto,sans-serif,helvetica,arial;
    font-size: 15px;
    font-weight: 500;
    color: #404040;
    margin-left: 10px;
    margin-top: 1px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.bluetext {
    color: #0005CE;
    font-weight: 500;
    font-size: 13px;
}
.redtext {
    color: red;
    font-weight: 500;
    font-size: 13px;
}
.greentext {
    color: #009933;
    font-weight: 500;
    font-size: 13px;
}

