/* Style Sheet for index tables on my personal home site. */
/* Created by Darrell Edgley on 15th April 1999           */

body           {
                background: #cccccc;
                color: black;
               }
       
/* Define the style for heading 1 */
h1             {
                background: #cccccc;
                color: purple;
                font-weight: bold;
                font-size: 200%;
                text-align: center;
                font-family: arial, helvetica, sans-serif;
               }

/* Define the style for paragraphs */
p               {
                 background: #cccccc;
                 color: blue;
                 font-family: arial, helvetica, sans-serif;
                }

hr              {
                 background: #cccccc;
                 color: black;
                }

small           {
                 background: #cccccc;
                 color: black;
                 line-height: 75%;
                 font-family: arial, helvetica, sans-serif;
                }


table           {
                 background: #cccccc;
                 color: black;
                 text-decoration: none;
                }                

table strong    {
                 font-weight: bold;
                 text-decoration: none;
                }                

/* Anchor tag rules - pseudo classes */
a:link    {
                 background: #cccccc;
                 color: #0000ff;
                 font-weight: bold;
                 text-decoration: none;
                 text-indent: 4%;
                }                

a:active  {
                 background: #cccccc;
                 color: #ff0000;
                 font-weight: bold;
                 text-decoration: none;
                 text-indent: 4%;
                }

a:visited {
                 background: #cccccc;
                 color: #00ffff;
                 font-weight: bold;
                 text-decoration: none;
                 text-indent: 4%;
                }

a:hover   {
                 background: #000000;
                 color: #ffffff;
                 text-decoration: underline;
                 text-indent: 4%;
                }
