   html {
      font-family : veranda, arial, tahoma, helv, sans-serif;
      color : #000000;
      background-color : #FFFFFF;
   }

   img {
      border : none;
   }
   
   .bunny {
      width : 67px;
      height : 80px;
   }
   
   .up {
      text-align : right;
   }

   .upimg {
      width : 14px;
      height : 10px;
   }
   
   .link {
      text-decoration : none;
      color : #FF3333;
      background-color : #FFFFFF
   }
   
   a.link, a.visited {
      color : #FF3333;
      text-decoration : none;
      background-color : #FFFFFF;
   }

   a.hover {
      color : #FF3333;
      text-decoration : none;
      background-color : #E1E1E1;
   }

   a.active {
      color : #FF3333;
      text-decoration : none;
      background-color : #FFFFFF;
   }

   a.ext {
      padding-right : 18px;
      text-decoration : none;
      color : #FF3333;
      background : url(pix/ext.png) no-repeat right;
      background-color : #FFFFFF;
   }

   a.ext:link, a.ext:visited {
      text-decoration : none;
   }

   a.ext:hover {
      background-color : #E1E1E1;
   }

   a.ext:active {
      text-decoration : none;
   }

   a.int {
      padding-right : 20px;
      text-decoration : none;
      color : #FF3333;
      background : url(pix/int.png) no-repeat right;
      background-color : #FFFFFF;
   }

   a.int:link, a.int:visited {
      text-decoration : none;
   }

   a.int:hover {
      background-color : #E1E1E1;
   }

   a.int:active {
      text-decoration : none;
   }

   a.int2 {
      text-decoration : none;
      color : #FF3333;
      background-color : #FFFFFF;
   }

   a.int2:link, a.int2:visited {
      text-decoration : none;
   }

   a.int2:hover {
      background-color : #E1E1E1;
   }

   a.int2:active {
      text-decoration : none;
   }

   .body {
      background : #FFFFFF;
      color : #000000;
   }
   
   .table {
      width : 95%;
   }

   .tr {
      width : 100%;
   }

   .td_75_1 {
      width : 75px; text-align : left;
   }

   .td_75_2 {
      width : 75px; text-align : right;
   }

   .td_y {
      width : auto; text-align : right;  vertical-align : bottom;
   }

   .td_y_m {
      width : auto; text-align : justify;
   }

   .td_UE {
      width : auto; text-align : center;
   }

   .td_m {
      width : auto; text-align : left; vertical-align : top;
   }

   .td_x {
      width : 50%;
   }

   .caps {
      font-variant : small-caps;
      text-decoration : underline;
   }

   .caps_l {
      font-variant : small-caps;
   }

   .c {
      font-family : "Courier New", Courier, monospace;
      font-size : smaller;
   }

   .b {
      font-weight : bold;
   }

   .bl {
      color : Black;
   }

   .blue {
      color : Blue;
   }

   .oran {
      color : #FF9933;
   }

   .div {
      text-align : justify;
   }

   .i {
      font-style : italic;
   }

   .u {
      text-decoration : underline;
   }