                   /*   ---------------------------------   */
                   /*   twc-eval-style.CSS    Style Sheet   */
                   /*   ---------------------------------   */

   body
      {
       margin-top:  0px;
       margin-left:  0px;
       margin-right:  0px;
       font-size:   13px;
       font-family:  verdana, arial;
       background-attachment: fixed ;
       background-repeat: no-repeat ;
      }

  /* a href colors set in order because the next overrides the previous one */
  /*        this order  LVFHA  link, visited, focus(by tabbing), hover, active */

  /* a  { text-decoration: none; }   */

   a:link
      { color: #0000FF; }    /*  blue  */

   a:visited
      { color: #993300; }    /*  #007700 = green   #990033 = maroon  */

   a:active                  /*  latest active page  */
      { color: #00FFFF; }    /*   #990033 = maroon   */

   a:hover
      { color: red; }

  /* --------------------------------------------------- */


   blockquote
      {
       margin-top:    0px;
       margin-left:  15px;
       margin-right: 15px;
       margin-bottom: 0px;
      }


 /* *********** DIVision alignment - gks *********** */

 .center 
    {
    /* display: block; */
    /* position: relative;  */
    margin-left:  auto;
    margin-right: auto;
    }

 .centertext
    {
    text-align: center;
    }

 .left  {float: left  }
 .right {float: right }
 
 .box 
    {
    margin-top:    0px; 
    margin-bottom: 0px;     
    padding: 10px;
    border-style: ridge ;  
    border-width: 6px ; 
    border-color: lightblue ;   /* darkgray ; */ 
    }

 
 /* ************************************************ */





   ul,ol
      {
       margin-top:    0px;
       margin-bottom: 0px;
      }


   H1, H2, H3, H4, H5, H6
      {
       margin-top:  0px;
       margin-bottom:  0px;
      }

 /* these are the official standard H1-H6 defaults  
          8pt, 10pt, 12pt, 14pt, 18pt, 24pt  (bold) 
      or 11px, 13px, 16px, 18px, 24px, 32px  (bold)  */
   
   H1 { font-size:  28px; font-weight:bolder }
   H2 { font-size:  24px; font-weight:bolder }
   H3 { font-size:  19px; font-weight:bolder }
   H4 { font-size:  16px; font-weight:bolder }
   H5 { font-size:  14px; font-weight:bolder }
   H6 { font-size:  12px; font-weight:bolder } 


   label
      {
      cursor: hand ; 
      cursor: pointer ; 
      }


   form
      {
       margin-bottom: 0px;
      }

   input
      {
      font-family: "Courier New", Courier, monospace;       /*  Verdana;14px;     "Courier New";16px  */
      font-size:16px ;
      }

   textarea
      {
      font-family: "Courier New", Courier, monospace;       /*  Verdana;  "Courier New"; */
      font-size:14px ; 
      }

   select
      {
      font-size:14px ; 
      }




   .inpcour
      {
      font-family: "Courier New", Courier, monospace; 
      font-size:16px ;
      }

   .ro 
      {
      /* font-size:12px ; */
      font-family: "Courier New", Courier, monospace; 
      background-color: #eee;
      color: #777;
      }


  pre {
      font-size:14px;
      }

  pre.code
      {
      font-size:14px;
      padding: 1em;  
      border: 1px dashed #2f6fab;
      color: black;
      background-color: #f9f9f9;
      line-height: 1.1em;
      }



   table
      {
       font-size:  13px;
       margin-top:   0px;
       margin-left:  0px;
       margin-right: 0px;
       empty-cells: show; /* show borders in empty cells also */ 
      }




