/*  Bluegum Standard Style Sheet  */
/*  $Id: bgStyle.css,v 1.11 2008/03/07 10:07:54 lindsay Exp $  */

/*  Default page colours  */
BODY { background: #ffffff;
	    color: #000000 !important;
     }

/*
* {  background: transparent;
     color:  inherit !important;
  }
 */

/*   Colour used with <A>  operations */
A:link { background: transparent; color: #0000ff }
A:visited { background: transparent; color: #ff0000 }
A:active { background: transparent; color: #000088 }

/*   Default is images with no border, and assorted position by class */
IMG  {border: 0px}
IMG.lft {float: left}
IMG.cnt {float: none}
IMG.rht {float: right}

/*  <h1> should always be centered - at least by default! */
H1  { text-align: center }
H2  { text-align: left   }

/*  Divisions - nothing really special  */
DIV       { }
DIV.cnt   { text-align: center }
DIV.brk   { clear: both }   /* Used in place of <br clear=all> */
DIV.footer { color: #373737; font-size: small; margin: 10px }
DIV.quote  { background: #e0e0e0;
		margin: 10px;
		border: 1em;
		border-style: solid;
		border-color: transparent;
		font-size: 90%;
		text-align: center;
	}

/*  Table stuff  */
TABLE  { border-collapse: collapse }
DIV.cnt TABLE { margin-left: auto;
	    margin-right: auto
	  }

TH.lft { text-align: left }
TH.cnt { text-align: center }
TH.rht { text-align: right }

TD.lft { text-align: left }
TD.cnt { text-align: center }
TD.rht { text-align: right }
