BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

H1 {
	font-size : 18px;
}

A {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
}
A:HOVER {
	color : Black;
	text-decoration : none;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
TD.hd{
	background-color : #BAB898;
}
TR.hd{
	background-color : #BAB898;
}

table.hd{
	background-color : #BAB898;
}
.hl{
	background-color: #E1E0D2;
}
TR.hl{
	background-color: #E1E0D2;
}
<!-- Hung -->

Table.h1{
	background-color: #BAB898;
}
TR.h0{
	background-color: #000000;
}
TR.h1{
	background-color: #BAB898;
}
TR.h2{
	background-color: #E1E0D2;
}
INPUT {
	BACKGROUND-COLOR: #ffffff;
	COLOR: #006699;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border: 1px #006699;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	clear : both;
}
INPUT.noborder{
	BACKGROUND-COLOR: #ffffff;
	COLOR: #006699;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border: 0px #006699;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	clear : both;
}
textarea {
	BACKGROUND-COLOR: #ffffff;
	COLOR: #006699;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border: 1px #006699;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	clear : both;
}
INPUT.submit {
	BACKGROUND-COLOR: #E1E0D2;
	COLOR: #006699;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border: 2px #666666;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	clear : both;
}
SELECT {
	BACKGROUND-COLOR: #ffffff;
	COLOR: #006699;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border: 1px #006699;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	clear : both;
}
SELECT.select10sz {
	BACKGROUND-COLOR: #ffffff;
	COLOR: #006699;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border: 1px #006699;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	clear : both;
	width: 10px;
}
<!-- End Hung -->