@charset "iso-8859-1";

/*
 * kgreshop.css - private style sheet for kgreshop.html - kangguru.org
 *
 */

/*
 * override of tbl3Up; center embedded p-elements, too
 *
 */

table.tblLinkBlock
{
 border: 1px solid #666;
}
table.tblLinkBlock th
{
 font-style: italic;
 text-align: center !important;
}
table.tblLinkBlock th h2
{
 font-style: italic;
 text-align: center !important;
}
table.tblLinkBlock th,
table.tblLinkBlock td
{
 padding-left: 1em !important;
 padding-right: 1em !important;
}
table.tblLinkBlock td
{
 border-top: 1px solid #666;
 vertical-align: middle !important;
}
table.tblLinkBlock p
{
 text-align: center !important;    /* override */
}

