<!--
.container { /* definition of a global container*/
width: 100%;
}
.headline {
float: left; /* positionning of the drop cap line within the container*/
font-size: 3em; /* three line height for the drop cap */
font-weight: bold;
font-family: Ariel, verdana, Helvetica, sans serif;
color: red;
border: 5px outset blue; /* definition of a border around the drop cap */
background-color: #fff; 
margin: 2px;
padding: 1px;
line-height: 1em;
}

h1 {font-size:16px; text-align: center; color: #271E13; margin-bottom: -5px;}

h2 {font-size:18px; text-align: center; color: #9C7B4E;}
h3 {font-size:18px; text-align: center; color: navy;}
h4 {font-size:18px; text-align: center;}
h5 {font-size:22px; text-align: center; color: #9C7B4E;margin-bottom: -1px;}
h6 {font-size:10px; text-align: center; color: #fff; font-style: italic;margin-top: -1px; background-color: #000;}
#footer h6 {font-size:10px; text-align: center; color: #000; font-style: italic; background-color: #000;}



.move {clear: both;}
.blue  {color: navy; text-align: center; width: 600px;}
.center  {text-align: center; color: navy; font-size: 1.2em;}
.center1  {text-align: center; color: #9C7B4E; font-size: 1.2em;}

.float-left  {float: left; margin: 5px;} 

.float-right {float: right; margin: 5px;} 
.float-right1 {float: right; margin: 5px; font-size: 18px; color: red;} 

.smaller-text  {font-size: 5px; text-align:left;}

.margin {margin-bottom: -12px;}

-->