/* Deelited Systems Standard Content Style Sheet
 * Designed by M.Downham

 * Creation Date: July 2005
 * Last change: 10-01-2006

 * W3C Verifcation Date: 10-01-2006

 * Objective: To create a 'Standardised' template for all future websites
 *            to work from.  Hopefully, with the use of this style sheet,
 *            all browsers will display the XHTML content consistently.
 *
 *            Inconsistencies between browsers appears to be a major problem,
 *            when laying out new websites.  Even between different revisions of
 *            the same browser (Microsoft).  We are concentrating on Internet
 *            Explorer, Firefox and Netscape.  Not too concerned about Opera.
 *
 *            Individuality will come from adding further individual CSS
 *            files to each respective website.

 */



body                {min-width: 600px;
                     min-height: 600px;
                     padding: 0px;
                     margin: 0 auto; /* For the benefit of centering in Firefox */
                     font-family: arial, verdana, sans-serif;
                     text-align: center;}


div                 {width: auto;
                     height: auto; /* Mainly for the benefit of Firefox users */
                     padding: 0px;
                     margin: 0px;
                     font-family: arial, verdana, sans-serif;
                     text-align: left;
                     overflow: hidden;}

form                {padding: 0px;
                     margin: 0px;}

fieldset            {padding: 5px;
                     margin: 0px;
                     border: 3px;
                     border-style: groove;
                     overflow: hidden;}

h1, h2, h3, h4, h5, h6
                    {margin: 10px 0px 5px 0px;
                     border: none;
                     font-family: arial, verdana, sans-serif;
                     font-weight: bold;
                     text-align: left;}

h1                  {font-size: 180%;}
h2                  {font-size: 160%;}
h3                  {font-size: 140%;}
h4                  {font-size: 130%;}
h5                  {font-size: 120%;}
h6                  {font-size: 110%;}


hr                  {height: 1px;
                     margin: 2em 0;}

img                 {padding: 0px;
                     margin: 0px;
                     border: none;}

p                   {padding: 0px;
                     margin: 10px 0px 5px 0px;
                     font-family: arial, verdana, sans-serif;
                     font-weight: normal;}

table, tr, td, form {margin: 0px;
                     padding: 0px;
                     overflow: hidden;}
