body {
	background: #ffcc66;
	color: #832349;
}
a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #ff0000;
	text-decoration: none;
}
h1 {
	height: 12;
}
h2 {
	height: 10;
}
h3 {
	height: 8;
}
hr {
	color: #832349;
}
input {
	background-color: #ffcc66; 
	color: #832349; 
	border: 1px solid #832349; 
}
input.blank {
	background-color: #ffcc66; 
	color: #832349; 
	border: 0px solid #832349; 
}
input.blankright {
	background-color: #ffcc66; 
	color: #832349; 
	border: 0px solid #832349; 
	text-align: right;
}
select {
	background-color: #ffcc66; 
	color: #832349; 
	border: 1px solid #832349; 
}
select.blank {
	background-color: #ffcc66; 
	color: #832349; 
	border: 0px solid #832349; 
}
select.blankright {
	background-color: #ffcc66; 
	color: #832349; 
	border: 0px solid #832349;
	text-align: right;
}
textarea {
	background-color: #ffcc66; 
	color: #832349; 
	border: 1px solid #832349; 
}
td.firstrow {
	border-top-style: solid;
	border-top-color: #832349;
	border-top-width: 1px;
}
td.lastrow {
	border-bottom-style: solid;
	border-bottom-color: #832349;
	border-bottom-width: 1px;
}
th.firstrow {
	border-top-style: solid;
	border-top-color: #832349;
	border-top-width: 1px;
}
th.lastrow {
	border-bottom-style: solid;
	border-bottom-color: #832349;
	border-bottom-width: 1px;
}
.days {
	font-size: .75em;
	color: blue
}
.totalamount {
	text-decoration: underline;
}
