body { /* default text COLOR */
   color: #000000;
   background: #224894 url(./images/swatch2.png);
   font-family: Garamond;
   margin: 0}
p { /* so it's not crammed to the left */
   margin: 15px}
a:link { /* link COLOR */
   color: #0000aa}
a:visited { /* visited link COLOR */
   color: #551a8b}
a:active { /* link when-pressed COLOR */
   color: #ff0000}
a.external:link { /* external link COLOR */
   color: #000077}
a.external:visited { /* external visited link COLOR */
   color: #000044}
a.external:active { /* external link when-pressed COLOR */
   color: #ff0000}
h1,h2,h3,H1,H2,H3 { /* sans-serif family for headings */
   font-family: Garamond}
table.bannerTable { /* the banner needs to have a height */
   height: 180px}
td.banner { /* background for banner */
   background: #224894 url(./images/greenLogoBanner.png);
   padding: 0px}
td.buttons { /* background for buttons */
   background: #D55C0D url(./images/orange.png);
   padding:2px}
td.menu { /* background for menu */
   background: #FFCC66 url(./images/yellowSwatch.png);
   width:170px;
   padding: 15px}
td.main { /* background for main */
   background: #FDFDFD;
   padding: 20px;
}
td.header { /* width for schedule columns */
   width: 80px;}


