/* CSS Document */
body {background-color: white;}
h1 {font-family: Geneva; font-weight: 800; font-variant: normal; color: white; margin-top: 0; margin-bottom: 0;}
h2 {font-family: Helvetica; font-weight: 300; font-variant: normal; color: white; margin-top: 0;}
h3 {font-family: Arial; font-size: 140%; color: teal; margin-top: 0; margin-bottom: 20;}
h4 {font-family: Lucida; color: white; font-weight: 200; margin-top: 0; margin-bottom: 10;}
h5 {font-family: Arial; font-size: 110%; color: teal; margin-top: 0; margin-bottom: 0;}
h6 {font-family: Lucida; font-size:90%; color: white; font-weight: 200;}
ol{font-family: Lucia; color: black;}
ul{font-family: Lucia; color: black;}
p {text-align: justify; text-indent: 1em; color:black}
a img { border-width: 0; } 
a:link {color: teal; font-weight:200;}
a:visited {color: #c7013d;}
a:hover {color: #008080;}
a:active {font weight: 800;}
div.box {border: solid; border-width; thin; width: 100%; border-color: gray;padding 0.5em; }
div.offerbox {border: solid; border-width; thin; width: 100%; background:#E1DF02; border-color: gray;padding 0.5em; }
div.subbox {border: solid; border-width; thin; width: 100%; background:#FF0000; border-color: gray;padding 0.5em; }
div.listbox {border: solid; border-width; thin; width: 100%; background:#C0BBC4; border-color: gray;padding 0.5em; }