/*=======================================================*/
/* Governor's Job Fair website CSS file                  */
/*                                                       */
/* all.css      Version 1.0 (January 2003)               */
/*              This file contains overall styles that   */
/*              will appear in all CSS agents.           */
/*                                                       */
/* Copyright Mississippi Development Authority 2003      */
/*=======================================================*/

body    {       background-color: #ffffff;
                color           : #000000;
                font-family     : Verdana, Arial, Helvetica, sans-serif;
                font-size       : 12px;
                margin          : 0px;
                padding         : 0px;                    }
tr      {       vertical-align  : top;                    }
.bigger {       font-size       : large;
                font-weight     : bold;                   }
#copyr  {       font-size       : smaller;
                font-style      : italic;
                text-align      : center;                 }
#links	{       font-size       : smaller;
                text-align      : center;                 }




