body {
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 13pt;
background-color: #F1F2F2;
}

header {
width: 100%;
max-width: 830px;
background-color: #6D99BA;
margin-left: auto;
margin-right: auto;
}

.logo {
float: left;
}

.header-right {
float: right;
padding: 40px 40px 0 0;
color: white;
}

.header-right a {
text-decoration: none;
color: white;
}

.header-right a:hover {
text-decoration: underline;
color: white;
}

header nav {
	padding: 4px;
	text-align: center;
	font-size: .78rem;
}

/* navigation */
header nav a {
color: black;
text-decoration: none;
}

header nav a {
color: black;
}

header nav a:hover {
text-decoration: underline;
}

header nav li:not(:last-child):after {
margin-left:10px;
content: "|";
}


header nav ul{
      padding:0;
}

header nav ul li{
list-style-type:none;
display: inline-block; 
margin-right: 10px;
}

h1 {
margin: 0px;
padding: 0px;
}

.center {
text-align: center;
}

.content {
font-size: 1rem;
}


/* footer */
.text-footer {
color: white;
font-size: .78rem;
}

footer {
color: white;
}

footer a {
text-decoration: none;
}

footer ul{
      padding:0;
}

footer ul li{
list-style-type:none;
display: inline-block; 
margin-right: 10px;
}

footer a {
color: white;
}

footer a:hover {
text-decoration: underline;
}

footer li:not(:last-child):after {
margin-left:10px;
content: "|";
color: white;
}

footer ul{
      padding:0;
}
 
.disclaimer {
font-size: 0.67rem;
padding: 20px;
color: white;
}


@media only screen and (max-width: 600px) {

.logo {
float: none;
text-align: center;
}

.header-right {
float: none;
padding: 0px;
text-align: center;
}

}