body {
 margin: 0;
 padding: 0;
 background-image: url(tile.gif);
 background-repeat: repeat;
        }
        
        p, td, li {
        font-family: verdana, sans-serif;
        font-size: 10pt;
		  color: Navy;
         }
        p.small {
        font-family: verdana, sans-serif;
        font-size: 8pt;
         }
			table.main {
				border: 1px
				border-color: Black;
			}

        .horiznav {
        margin-left: 0px;
        margin-top: 0px;
        display: block;
        list-style: none;
        text-align: center;
        padding-bottom: 3px;
        width: 100%;
        background-color: #0000c0;
        }
        .horiznav li {
        display: inline;
        }
        .horiznav li a {
        padding-left: .2em;
        padding-right: .2em;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        }
        .horiznav li a:hover {
        color: #000080;
        padding-bottom: 3px;
        background-color: #04FF00;
        text-decoration: none;
        }
        A:link    {text-decoration: underline; color: #0000c0;}
        A:visited {text-decoration: underline; color: #0000c0;}
        A:active  {text-decoration: underline; color: #0000c0;}
        A:hover   {text-decoration: underline; color: #ff0000;
        }
        A.a:link    { color:#ffa800; text-decoration:none;}
        A.a:visited { color:#ffa800; text-decoration:none;}
        A.a:active  { color:#ffa800; text-decoration:none;}
        A.a:hover   { color:#ffffff; text-decoration:none;
        }
        A.b:link    { color:#ffffff; text-decoration:underline; font-weight: bold; }
        A.b:visited { color:#ffffff; text-decoration:underline; font-weight: bold;}
        A.b:active  { color:#ffffff; text-decoration:underline; font-weight: bold;}
        A.b:hover   { color:#04ff00; text-decoration:underline; font-weight: bold;
        }
        A.c:link    { color:#ffffff; text-decoration:none; font-weight: bold; font-size: 8pt;}
        A.c:visited { color:#ffffff; text-decoration:none; font-weight: bold; font-size: 8pt;}
        A.c:active  { color:#ffffff; text-decoration:none; font-weight: bold; font-size: 8pt;}
        A.c:hover   { color:#04ff00; text-decoration:none; font-weight: bold; font-size: 8pt;
        }