body      {
            font-family:Arial, Helvetica, sans-serif;
            font-weight:bold;
	    font-size:12pt;
            color:#dddd00;
            background:white;
            background-image:url(../images/back.gif);
            background-repeat:no-repeat;
          }

th        {
            font-family:Arial, Helvetica, sans-serif;
            font-weight:bold;
	    font-size:18pt;
            color:#aaaa00;
            text-align: left;
          }


td        {
            font-family:Arial, Helvetica, sans-serif;
            font-weight:bold;
	    font-size:12pt;
            color:#aaaa00;
          }

a:link    {
            font-family:Arial, Helvetica, sans-serif;
            font-weight:bold;
#	    font-size:12pt;
            color:#ffff00;
            text-decoration:none;
	  }

a:visited {
            font-family:Arial, Helvetica, sans-serif;
            font-weight:bold;
#	    font-size:12pt;
            color:#ffff00;
            text-decoration:none;
          }

a:hover   {
            font-family:Arial, Helvetica, sans-serif;
            font-weight:bold;
#	    font-size:12pt;
            color:#ffff00;
            text-decoration:none;
            background-color:#0020a0;
            /*
	    border-color:black;
	    border-width:1px;
	    border-style:solid;
            */
	  }
a:active  { /* color:green; */
	  }
a:focus   { /* color:green; */
	  }
