body      {
          background-color: white;
          background-image:url(bg.gif);
          margin-top: 0px;
          font-family: Verdana,Arial,Helvetica;
          font-size: 12px;
          color: black;
          scrollbar-base-color: white;
          scrollbar-3dlight-color: black;
          scrollbar-arrow-color: black;
          scrollbar-darkshadow-color: white;
          scrollbar-face-color: white;
          scrollbar-highlight-color: white;
          scrollbar-shadow-color: black;
          scrollbar-track-color: white;
          overflow-y: 'scroll';
          }

a:link    {
          text-decoration: underline;
          color: blue;
          }

a:visited {
          text-decoration: underline;
          color: blue;
          }

a:hover   {
          text-decoration: none;
          color: #E7791A;
          }

a:link.navi    {
          text-decoration: none;
          font-weight: bold;
          color: #E7791A;
          }

a:visited.navi {
          text-decoration: none;
          font-weight: bold;
          color: #E7791A;
          }

a:hover.navi   {
          text-decoration: underline;
          font-weight: bold;
          color: #E7791A;
          }

a:link.navi1    {
          text-decoration: none;
          font-weight: bold;
          color: black;
          }

a:visited.navi1 {
          text-decoration: none;
          font-weight: bold;
          color: black;
          }

a:hover.navi1   {
          text-decoration: underline;
          font-weight: bold;
          color: black;
          }

a:link.navi2    {
          text-decoration: none;
          color: black;
          }

a:visited.navi2 {
          text-decoration: none;
          color: black;
          }

a:hover.navi2   {
          text-decoration: underline;
          color: black;
          }

hr        {
          border : dotted 1px black;
          height: 1px;
          }

li        {
          color: black;
          }

td        {
          font-family: Verdana,Arial,Helvetica;
          font-size: 12px;
          color: black;
          }

.td1      {
          background-color: black;
          }

.td2      {
          background-color: white;
          }

.td3      {
          background-color: white;
          }

.td4      {
          background-color: transparent;
          }

.td5      {
          background-color: #E7791A;
          }

.tkl      {
          font-size: 10px;
          }

.tkg      {
          font-size: 18px;
          font-weight: bold;
          color: white;
          font-style: italic;
          }

.submit   {
          background-color: white;
          border: 1px black solid;
          font-family: Verdana,Arial,Helvetica;
          color: black;
          font-size: 12px;
          font-weight: bold;
          cursor: pointer;
          }