<!--
.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: #666;
border: 5px outset #F3E4DF; /* definition of a border around the drop cap */
background-color: #D9BFBE; 
margin: 0px;
padding: 1px;
line-height: 1em;
}

h1 {font-size:14px; text-align: center; color: #333;}
h2 {font-size:18px; text-align: center; color: #333;}
h3 {font-size:14px; text-align: center; color: #666;}
h4 {font-size:18px; text-align: center;}
h5 {font-size:18px; text-align: center; color: #999;}
h6 {font-size:10px; text-align: center; color: color:#fff; background-color: gold}

li {list-style-image: url(../images/logo-button.jpg); margin: 30px;}

.move {clear: both;}
.center  {text-align: center;}
.float-left   {float: left;margin: 5px;} 
.float-right {float: right; margin: 5px;} 
.right {text-align: right;}
.smaller-text  {font-size: 10px; text-align:left;}

-->