

    body {
      background-color:#A6E0FD;
      background-image:url('../tools/gbg.gif');
      background-position:top left;
      background-repeat:repeat-x;
      color:#036;
    }

    h3 {
      color:#036;
    }


    .td{
      font-size:13;
    }

    .td1 {
      border:1px solid #aaa;
      padding-left:10px;
      padding-right:10px;
      font-size:13;
      background-color:#fafafa;
    }

    .td2 {
      font-weight:bold;
      text-align:center;
      border:1px solid #555;
      font-size:13;
      background-color:#9ce;
    }

    .a {
      color:#036;
      text-decoration:none;
      cursor:hand;
      cursor:pointer;
    }
    .a:hover {
      color:red;
    }

    textarea {
      height:50;
      width:350;
      background-color:#fff;
    }

    input{
      height:20;
    }

    select {
      width:280;
      padding-left:5px;
    }

    br {
      font-size:10px;
    }


