/* Style  Sheet for Tiger Toys*/

a         {text-decoration: underline}

a:hover   {font-weight: bold;
           color: red;
           background-color:#ccffcc}

body      {background-color: #ffffd0}

table     {border: 1;
           border-Color: #ff0000;
           cell-spacing: 0;
           cell-padding: 0}

table.top {background-color: #ffffee}

table.second {background-color: #efffde}
table.inner {background-color: #ffffee;
             border: 1;
             borderColor:#000000;
             cellSpacing: none;
             cellPadding:0}
