a:active { text-decoration: underline}
a:link { text-decoration: none}
a:visited { text-decoration: none}
a:hover { text-decoration: underline}
.image-left {
   float: left;
   clear: both;
   padding: 0px 6px 6px 6px;
}
.image-inline {
   float: none;
   padding: 1px 6px 0px 6px;
}
.image-right {
   float: right;
   clear: both;
   padding: 0px 6px 6px 6px;   
}

