a:hover		 { color: rgb(0, 0, 255) ! important }

.list-general li   { margin: 0 0 15px 0;
                    text-indent:0em;
                    padding-left: 0.5em;
                    /* border: 1px dotted black; */
                   }

.floatleft {
    float: left;
    border: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.floatright {
    float: right;
    border: solid thin black;
    margin-left: 10px;
    margin-bottom: 10px;
}

