<!DOCTYPE html>
<html>
<head>
<style>


* {
    box-sizing: border-box;
}

body {
  margin: 0;
font-size: 100%;
text-decoration: none;
background-color:#d9ecf2;
    
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;

     font-family:"Time New Roman", Times, Serif;
     color:#585858;
}
h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    font-family:"Time New Roman", Times, Serif;
     color:#585858;
}

p {
    text-indent: 50px;
	font-size: 1.1250em;
     font-family:"Time New Roman", Times, Serif;
     color:#585858;
}


#mpl img {
    float: right;
        }

BR#mybr {
	clear:left	
}


BR#mybr2 {
	clear:right	
}
a:link { 
    text-decoration: none;
}
a:visited { 
    text-decoration: none;
}
a:active { 
    text-decoration: none;
}

/* Style the navigation bar */
.nav {
    overflow: hidden;
    background-color: #d9ecf2;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-style: solid;
    border-width: 2px 0px 2px 0px;
    border-color: #000088
}

/* Style the nav links */
.nav a {
    display: inline;
    color: #0000DD;
    text-align: center;
    
    padding: 14px 16px;
    text-decoration: none;
    
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
    .column {
        width: 100%;
    }


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
   .column {
        width: 100%;    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
   .column {
        width: 100%;   
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   .column {
        width: 100%;    
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .example {background: pink;}
    .column {
        width: 100%;

}

/* Change color on hover */
.nav a:hover {
    background-color: #000088;
    color: white;
}

/* Create a column that floats next to each other */
.column {
    
    width:100%; 
    text-align: center;
    padding: 15px;
    background-color: #d9ecf2;
    
    
}


</style>
<HTML>

<!--... --!>
</HEAD>
