font   {
         font-family: Tahoma;
         font-style: normal;
         line-height: normal;
       }

radio, check, button, select, option, textarea, input {
                                                        color: white;
                                                        background-color: black;
                                                        border-color: white;
                                                        border-width: 1;
                                                        font-family: Tahoma;
                                                        font-style: normal;
                                                      }

A:link {
         color: white;
         font-size: 8pt;
         text-decoration: none
       }

A:visited {
            color: white;
            text-decoration: none;
            font-size: 8pt
          }

A:active {
           color: white;
           text-decoration: none;
           font-size: 8pt
         }

A:hover {
          color: white;
          text-decoration: underline overline;
          font-size: 8pt
        }
