body {
    font-family: verdana, arial, sans-serif;
    color: #003399;
    background: white;
    margin-left: 1.5in;
    margin-right: 1.5in;
    margin-top: .02in;
    font-weight: 600;
    font-size: 14px;
    }
img { border: 0px none; }
img.border {
    border: 1px solid black;
    padding: 4px;
    }    
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }      
h1  {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    }            
h2  {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    }      
h2.banner {
    border: 1px solid navy;
    color: white;
    background: #6699CC;
    padding: 0.125em 0.25em;
    font-weight: 600;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }    
h3  {
    font-weight: 700;
    font-size: 14px;
    color: red;
    background: white;
    text-align: left;
    }
p   {
    font-weight: 500;
    color: #003399;
    background: white;
    }      
a:link, a:visited, a:hover, a:active {
    font-weight: 500;
    font-size: 12px;
    color: blue;
    background: inherit;
    text-decoration: none;
    }
a:visited {
    color: purple;
    }
a:hover, a:active {
    color: red;
    }
ul, li {
    font-weight: 500;
    color: navy;
    background: white;
    }
              
span.me {
    font-size: 12px !important;
    }               
div.navbar {
    border: solid navy 1px;
    background: white;
    padding: 0.2em;
    text-align: left;
    font-family: verdana, arial, sans-serif;
    color: navy;
    font-weight: normal;
    font-size: 12px;
    width: 28%;
    } 
 hr {
    color: navy;
    background: white;
    }      
td.articles {
    text-align: left;
    }

    
/* Start Header Navigation */       
td.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background: #6699CC;
    color: #FFFFFF;
    font-weight : bold;
    text-align: left;
}
a.headerNavigation:link, a.headerNavigation:visited, a.headerNavigation:hover, a.headerNavigation:active {
    font-weight: 600;
    font-size: 12px;
    color: white;
    background: inherit;
    text-decoration: none;
    }  
a.headerNavigation:hover {
  color: #FFFFFF;
  text-decoration: underline;
  }    
  
/* Stop Header Navigation */



   