<!--
.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 #666; /* definition of a border around the drop cap */
background-color: #999; 
margin: 0px;
padding: 1px;
line-height: 1em;
}

h1 {font-size:14px; text-align: center; color: #000;}
h2 {font-size:14px; text-align: center; color: #000;}
h3 {font-size:14px; text-align: center; color: #000; margin-bottom: 1px;}
h4 {font-size:18px; text-align: center;}
h5 {font-size:18px; text-align: center; color: #A1163D;}
h6 {font-size:10px; text-align: center; color: color:#fff; background-color: green;}

li {list-style-image: url(../images/scissor-bullet.jpg);  margin:10px; width: 200px;}


.clear {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; color: maroon;}
.maroon  {color: maroon;}
-->