
h1,
h2,
h3,
h4,
h5,
h6 {
 text-align: center;
 text-indent: 0;
 }

.centered {
 text-align: center;
 text-indent: 0;
 }
 
form.centered,
table.centered,
.centered table {
 margin: auto;
 }

.left {
 text-align: left;
 text-indent: 0;
 }

.right {
 text-align: right;
 text-indent: 0;
 }

.fleft {
 float: left;
 margin: 10px;
 }

.fright {
 float: right;
 margin: 10px;
 }

.red {
 color: red;
 }

.w70 {
 width: 70%;
 }

.w100 {
 width: 100%;
 }

.c21 { width: 32%; }
.c22 { width: 68%; }

.f31 {
 text-align: center;
 width: 5%;
 }

.f32 {
 overflow: hidden;
 text-overflow: ellipsis;
 width: 87%;
 }

.f33 {
 text-align: center;
 width: 8%;
 }

input,
select,
option,
checkbox,
textarea {
 font-family: Courier, monospace;
 font-size: 110%;
 font-weight: bold;
 }

input:focus,
checkbox:focus,
textarea:focus {
 background-color: silver;
 }

.w100 tr:hover {
 background-color: rgb(225,243,238);
 }

p.size5 {
 font-size: 150%;
 font-weight: bold;
 margin: 0;
 padding: 0;
 text-align: center;
 text-indent: 0;
 }

.darkbar {
 background-color: #cccccc;
 }

.litebar {
 background-color: #dddddd;
 }

