<!--
.container { /* definition of a global container*/
width: 100%;
}
.headline {
float: left; /* positionning of the drop cap line within the container*/
font-size: 2em; /* three line height for the drop cap */
font-weight: bold;
font-family: Ariel, verdana, Helvetica, sans serif;
color: red;
border: 4px 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: #003300; margin-bottom: -5px; font-weight: bold;}

h2 {font-size:18px; text-align: center; color: #f6dde0;}
h3 {font-size:18px; text-align: center; color: #f6dde0;}
h4 {font-size:18px; text-align: center; color: #f6dde0;}
h5 {font-size:22px; text-align: center; color: #f6dde0; margin-bottom: -1px;}
h6 {font-size:10px; text-align: center; color: #f6dde0; font-style: italic;margin-top: -1px; background-color: #000;}
.smaller-text {font-size: 5px;}
.margin-top {margin-top: -10px;}
