
<!-- Common text markups -->

b   { font-weight : bold;    }
i   { font-style  : italic;  }
pre { font-face   : Courier; }

<!-- Common classes -->

.indent      { margin-left : 20px; }
.indentmed   { margin-left : 15px; }
.indentsmall { margin-left : 10px; }

<!-- Common form elements -->

select {
	background-color : white;
	color       : #000;
}

input {
	background-color : white;
	color       : #000;
}

table {
	background-color : white;
	color            : #000;
}
