 <style type="text/css">        
        <!--


        /* Цвет фона страницы */
BODY           {
        	   background-color : #ffffff;
               }



        /* Темный цвет таблицы */
td.yellow     {
               background=#FFCC00;
               }


        /* Светлый цвет таблицы */
td.light_yellow     {
               background=#FFEEBB;
               }


        /* Цвет и фонт ссылок */
a             {
               color:#0000bb;
               font-family : Arial,Tahoma;
               font-weight : bold;
               }


        /* Цвет и фонт копирайта внизу */
.copyright    {
               color:gray;
               font-family : Arial,Tahoma;
               font-weight : bold;
               font-size: 8pt;
               text-decoration:none;
               }

        
        /* Цвет и фонт кнопок */
SELECT, INPUT  {
        	background : #E0E0E0;
        	color : #000000;
        	font-size : 9pt;
        	font-weight : normal;
             }



        /* Цвет и фонт поля для ввода текста */
TEXTAREA  {
        	background : white;
        	color : #000000;
        	font-size : 9pt;
        	font-weight : normal;
        }


        /* Цвет и фонт вводимого текста */
SELECT.comment, INPUT.comment  {
        	font-family : monospace;
        	font-size : 9pt;
        	color : #000000;
        }
        -->
        </style>
