/*       master.css        */
/*  Site wide style sheet  */


body            {   background-color: #A1B5FF;
                    color: black;
                    font-family: Arial, Helvetica, sans-serif;
                }

a           {   text-decoration: none 
            }

a:hover         {   text-decoration: underline
            }

table           {   border-collapse: collapse 
            }

img         {   border: 0px;
            }


form            {   display: inline;
            }


.input1         {   border-width: 1px;
                border-color: #000000;
                font-size: x-small;
            }

      {   background-color: #FFCCCC; }