A:link {
	color : blue;
}
A:visited {
	color : blue;
}
A:active {
	color : blue;
}
body {
	font-family : arial;
}
td {
	font-family : arial;
	font-size : 14px;
	color : black;
}
th {
	font-family : arial;
	font-size : 14px;
	font-weight : bold;
	color : black;
}
.title {
	font-family : arial;
	font-size : 18px;
	font-weight : bold;
	text-align : left;
	color : white;
}
.caution {
	font-family : arial;
	font-size : 14px;
	text-align : center;
	color : red;
}
.subtotal {
	font-family : arial;
	font-size : 14px;
	font-weight : bold;
	color : black;
}

.grandtotal {
	font-family : arial;
	font-size : 16px;
	font-weight : bold;
	color : black;
}
