/* The E-Commerce Adventure*/

body {color: black; background-color: navy}
h1, h2, h3, h4, h5, h6 {font-family: sans-serif; color: black}
address {color: blue; font-style: normal; font-variant: small-caps; 
         text-align: center; clear: both; border-top: 1px solid navy}
#top {width: 95%; background-color: white}
#cont {width: 95%; background-color: white}
#cont td {vertical-align: top}
#top td.tmenu {vertical-align: bottom}
#top td.tmenu a {color: navy; font-size: 8pt}
#top td.tmenu a:link {text-decoration: none}
#top td.tmenu a:visited {text-decoration: none}
#top td.tmenu a:hover {color: white; text-decoration: none;}
#links {width: 150px; float: left; background-color: rgb(0, 0,fff); margin-right: 10px;
        padding: 10px; border: 2px solid navy}
#links a {display: inline-block; font-family: sans-serif; color: blue; font-size: 9pt}
#links a:link {text-decoration: none}
#links a:visited {text-decoration: none}
#links a:hover {color: black; text-decoration: underline}
#links a:active {text-decoration: none}
#links a.newgroup {margin-top: 15px}
#assoc {float: right}
#main {width: 100%; float: left; border-left: 1px solid navy; padding-left: 10px}

#eng {background-color: grey; color: white; font-size: 10pt;}
#eng tr.lght {background-color:lightgrey; color:black}
#eng td {width: 50px; font-weight: bold; font-family: sans-serif}
#eng a {color:navy;}
#eng a:hover {color:white;}

#inv {width: 98%}
#inv td {text-align: center}
#inv td.border {width: 100%; height: 10px; background-color: grey}
#inv td.brdlrg {width: 100%; height: 15px; background-color: navy}
#footer {color:white; clear: both; width:100%; text-align:center; border-top: 1px solid black}
#footer a {color:white}

