<!DOCTYPE html>
<html>
<head>
<style>


body {
    font-size: 100%;
} 	
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: 25px;
	font-size: 1em;
     font-family:"Time New Roman", Times, Serif;
     color:#585858;
}

#no p { 
     text-indent: 0px;	
     font-size: 1em;
     font-family:"Time New Roman", Times, Serif;
     color:#585858;
}

#foo img {
    float: left;
   
    margin: 0px 15px 0px 0px;
}

#foo2 img {
    float: left;
   
    margin: 0px 15px 15px 0px;
}

#mpl img {
    float: right;
   
    margin: 15px 15px 0px 0px;
}

BR#mybr {
	clear:left	
}
    
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: 20px;
    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;
    
}

/* Change color on hover */
.nav a:hover {
    background-color: #000088;
    color: white;
}

</style>
<HTML>

<!--... --!>
</HEAD>
