<style type="text/css">

hr {color: sienna}

body {background-color: cornsilk}

.tblboda {
    border-width: 3px;
    border-style: solid;
    border-color: lightgreen ;
    }

.tblwobod {
    border-width: 3px;
    border-style: solid;
    border-color: cornsilk;
    }

td.ltgrn {
	font-family: Arial;
	font-size: 12pt;
	color: blue;
	border: solid 1px lightgreen
	}
td.ltgrey {
	font-family: Arial;
	font-size: 12pt;
	color: SlateGray ;
	border: solid 1px lightgreen
	}
td.black {
	font-family: Arial;
	font-size: 12pt;
	color: black ;
	border: solid 1px lightgreen
	}
input.text {
	font-family: Courier New;
	}
textarea {
	font-family: Courier New;
	}

</style>