/* Text and Layout */
body {color: white; font: 16px/1.2em verdana,geneva,lucida,arial,sans-serif;
      background-color: #000; text-align: left; margin: 15px;}
span {color: white;}
strong {color: red;}
h1 {color: white; font: small-caps 26px georgia,serif; display: inline;}
p {color: white;}
#outerBox {color: red; text-align: center; width: 761px; height: 500px}
#footer {font-size: 12px; text-align: center; margin: 10px;}
#outerTable {width: 760px; height: 400px;}
td {text-align: left; vertical-align: top;}
#td1 {width: 22%; padding: 10px; max-height: 400px;}
#td2 {width: 78%; padding: 10px; max-height: 400px;}
.tdBgImg {background-image: url(../images/eastern-market.jpg);}
.imgDiv {overflow: auto; max-width: 590px; max-height: 365px;}
.imgDiv img {cursor: help; margin-bottom: 20px;}

/* Navigation */
a:link, a:visited {color: #fff; text-decoration: none;}
a:active, a:hover, a:focus {color: red;}
a.obvLink:link, a.obvLink:visited {text-decoration: underline; }