body { font-family: Arial, Helvetica, sans-serif;
       background:#0039D0;
       margin-left: 0px; 
       margin-right: 0px; 
       margin-top: 0px;
       margin-bottom: 0px;
}

a:hover { background-color:white }
a:link { color: red }
a:visited { color: #10007B }
a:active { color: #FF0000 }

a:link.returnwhite {
	color : #FFFFFF;
	font-size : 0.8em }

a:visited.returnwhite {
	color : #FFFFFF;
	font-size : 0.8em }

a:hover.returnwhite   {color : red;
                       background-color: #0039D0; }

h1, h2, h3, h4, h5 {font-family: Times New Roman, Century Schoolbook, serif;
                        text-align: center}

h6 {font-family: font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color : #FFFFFF}

.small {font-size: 0.8em}
.coupon {font-size: 0.8em; color : white }
td.boldred {color : red; font-weight: bold }
td.boldblue {color : blue; font-weight: bold }
td.logo {background-repeat: no-repeat; background-color: #0039D0 }

td.links {background-image: url(images/bkg_star.gif);
          background-repeat: repeat-y }
          
td.menu {font-size: 0.8em;
         color : #FFFFFF;
         text-decoration: none;
         height : 90}

/* links on index page */
a:link.menu    {color : yellow; font-size: 1.0em;font-weight: bold }
a:visited.menu {color : white; font-size: 1.0em;font-weight: bold }
a:hover.menu   {color : red;
               background-color: #0039D0; 
               font-size: 1.0em;
               text-decoration: none;
               font-weight: bold }

/* links in footer area */
a:link.footer    {color : white; font-size: .6em; text-decoration: none;}
a:visited.footer {color : white; font-size: .6em; text-decoration: none;}
a:hover.footer   {color : red; font-size: .6em; text-decoration: none; background-color:darkblue}

table {background-color: white;}
table.groove {border-style="groove"}
table.double {border-style="double"}
table.dotted {border-style="dotted"}
table.ridge {border-style="ridge"}
table.inset {border-style="inset"}
table.outset {border-style="outset"}

p {font-size: 0.8em}
p.contact {text-align: center; font-size: 0.8em; font-weight: bold; line-height:2.5}
p.black {color : black}
p#copyright {color : white; font-size: 0.6em;}
p.horzlinks {text-align: center; font-size: 0.8em; line-height:1.5}

ul {text-align: left; font-size: 0.8em; text-indent:10; list-style-position: outside }
dl {text-align: left; font-size: 0.8em}
dt {line-height:2.0}
dd {line-height:1.3}
ul.checkbox {list-style: square url(images/checkbox.gif); line-height:1.3; text-indent:0; }
dt ul { font-size: 1.0em }
ul ul { font-size: 1.0em }