a:link { color:maroon; }
a:active { color:maroon; }
a:visited { color:maroon; }
a:hover { color:red; }

h1 { background-color:maroon; }
h2 { background-color:maroon; }
h3 { background-color:maroon; }

div.voucher { border-color:maroon; background-color:white; }
div.hr { background-color:maroon; }
div.payment { background-color:#f0d0d0; }
div.message { background-color:transparent; }
td.traveldate { border-color:red; }

td.subtotal_amount { border-color:maroon; }
td.total_amount { border-color:maroon; }

input { border-color:red; }
input.refresh_pickups { border-color:red; background-color:red; }
input.commit { border-color:red; background-color:red; }

select { border-color:red; }

textarea { border-color:red; }

img.required { background-image:url(../images/required_field_red1.gif); }
div.payment img.required { background-image:url(../images/required_field_red2.gif); }

