    a:link {color:#0000FF;}    /* normal link */
    a:visited {color:#0000FF;} /* visited link */
    a:hover {color:#fe0000;}   /* mouse over link */
    a:active {color:#fe0000}   /* selected link */
    body {
        background-color: white;
        color: #440088;
    }
    select {
        font-size: large; 
        font-family: Arial, Helvetica, sans-serif;
    }
    .tableFixHead {
      overflow-y: auto; /* make the table scrollable if height is more than 200 px  */
      height: 2000px; /* gives an initial height of 2000px to the table */
    }
    .tableFixHead thead th {
      position: sticky; /* make the table heads sticky */
      top: 0px; /* table head will be placed from the top of the table and sticks to it */
    }
    table, th, td {border:0px solid white; border-spacing:3px; font-size: 100%; font-family: Arial, Helvetica, sans-serif;}
    textarea {font-size: 100%; font-family: Arial, Helvetica, sans-serif;} 
    p {font-size: 100%; font-family: Arial, Helvetica, sans-serif;} 
    div {font-size: 100%; font-family: Arial, Helvetica, sans-serif;} 
    label {font-size: 100%; font-family: Arial, Helvetica, sans-serif;} 
    input {font-size: large; font-family: Arial, Helvetica, sans-serif;} 
