
body, td, p, div, span
{
         /* Fonts for the Web
             http://www.angelfire.com/al4/rcollins/style/fonts.html
         
             sans serif fonts: note: 'sans' means without in french
               Helvetica is the  standard sans serif font.
          */
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size:10pt;
         color: black;
/*          font-weight: lighter; */
/*
Value   Description
normal  Default. Defines normal characters
bold    Defines thick characters
bolder  Defines thicker characters
lighter  Defines lighter characters

Defines from thin to thick characters. 400 is the same as normal, and 700 is the same as bold
100
200
300
400  normal
500
600
700  bold
800
900     
*/
}

/* Add "body" twice in your css and it will work in both browsers...*/
body.center  { text-align: center; }  /* Internet Explorer */
body.center  { text-align: -moz-center; } /* Mozilla Firefox alignment */


ul         { margin-top:0;
             margin-bottom:5;
             list-style-image: url(images/sp7.jpg);
/*              list-style-image: url(images/go_0.gif);  scott does not like this */
/*              list-style-type: circle; */
           }

ul.link    { margin-top:0;
             margin-bottom:5;
             list-style-image: url(images/sp7.jpg);
           }

img   { padding:0; margin:0; border:none;  }
/*div#momDivPageShop img {   }*/

A:hover { background-color:#a0f0f0;
          color:black;
          text-decoration : none;
        }

table.product { margin-top:3;
                border-top: solid 1px darkblue;
                border-left: solid 3px darkblue;
                padding:4px;
                width:100%;
              }

ul.product li { margin-top:0;
                margin-bottom:5;
                list-style-image: none;
                list-style-type: circle;
              }


tr { vertical-align: top; }

.header { font-size:17pt; }
.cost   { color:red; font-weight:normal;   }
.model  { color: blue; font-weight:normal; }
.alt1   { background-color:#f4f4f4;} /*was #f0f0f8;*/
.alt2   { background-color:white;} /*was #e0e0e8;*/

div#categories a { text-decoration:none; color:green; }
td#homeInfo li { padding-bottom:7; }

 
