/* Anchor Style */
A:link { color: blue }       /* unvisited link */
A:visited { color: purple }   /* visited links */
A:active { color: lime }    /* active links */

/* Content Style*/
Body.home { background-color: #f7ebaf;
            /*background-image: url(/css/Rosetta.jpg);*/
            background-attachment: fixed; 
            color: #030303;}
IMG{ border-style:groove; }


Table { padding: 3 }

TH { padding: 3;
     text-align: center;
     font-size: xx-large}

TD { padding: 3;
     padding-left: 6;
     vertical-align: text-top;
     text-align: left }

TD.image { text-align: center }

TD.hide { color: #f7ebaf;
          border-style: none;}