/*
 * ausaidarchives.css - private style sheet for ausaidarchives.htm - kangguru.org
 *
 * daven dot webmason at gmail dot com
 *
 */

h2
{
 font-size: 125%; /* of body text size, not std h2 */
/*
 color: #666;
 */
}
a.aExpando
{
 display: block;
 height: 100%;
 padding: .5em .75em; /* containing div-element must have style="padding: 0;"*/
/* background-color: #e8dae7; defer to containing divSidebar... */
 line-height: 150%;
 text-decoration: none;
}
/*
 * needs the to-be-centralized hack for colours
 */

a.aExpando:hover,
a.aExpando:focus
{
 background-color: #fff4fa;
 text-decoration: none !important;
}

div.divClickBlock
{
 float: right;
 margin-right: 4em;
 padding: .5em 2em;
 border: 1px solid #666;
 background-color: Silver;   /* was red but it hurt my eyes */
 text-align: center;
}

table.tblGaudyBlock
{
 margin-top: 1em;
/*
 width: 100%;
 */
 border: 1px solid #666;
 padding: 5px;
 background-color: #f60;
}
table.tblGaudyBlock h1
{
 color: #000080;
 text-align: center;
}
table.tblGaudyBlock p
{
 text-align: center;
}

/*
 * anchor-colour settings
 *
 * there is just no making anything look good on orange
 */

table.tblGaudyBlock a:link
{
 color: Yellow !important;
 padding: 4px 12px;
}
table.tblGaudyBlock a:visited
{
 color: Teal !important;
}
table.tblGaudyBlock a:hover
{
 color: White !important;
}
table.tblGaudyBlock a:focus,
table.tblGaudyBlock a:active
{
 color: Aqua !important;
}

