.float_left { float: left; }
.float_right { float: right; }
.clear { clear: both; }
.hidden { display: none; }

.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }

@media print {
    body {
        background: white;
        color: black;
    }

    .tborder {
        border: 1px solid #ccc;
    }
}
