/* CSS Document */

/*			global.css

This CSS file has two functions:

1) reset all tags to zero margins, padding, etc. in order to put all 
browsers in the same square one.  I find that doing this makes it much 
easier to code pages that look the same in different browsers.

2) set characteristics that I want to affect all the pages in this 
website.

*/


/*=============================
reset all elements
=============================*/
/* Elements */

/* Fonts - change 'sans-serif' to your preferred font */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, 
H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL 
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/* Real styles */

A {cursor: pointer}

A:link {
background: transparent;
text-decoration: none}

A:visited {
background: transparent;
text-decoration: none}

A:active {
background: transparent;
text-decoration: none}

ADDRESS {/* margin: 0em 0% 0em 0%; */
font-size: 1em;}

BIG {font-size: 1em}

BLOCKQUOTE {/* margin: 0em 0% 0em 0%; */
line-height: 1}

BODY {/* margin: 0em 0% 0em 0%; */
font-size: 1em;;
background: white;
}

BUTTON {cursor: auto}

CAPTION {/* margin: 0em 0% 0em 0%; */
line-height: 1}

CODE {font-size: 1em;
}

DIV {/* margin: 0em 0% 0em 0%; */
line-height: 1}

DD {/* margin: 0em 0% 0em 0%; */
line-height: 1}

DL {margin: 0em 0% 0em 0%}

DT {/* margin: 0em 0% 0em 0%; */
line-height: 1}

H1 {/* margin: 0em 0% 0em 0%; */
font-size: 1em;}

H2 {/* margin: 0em 0% 0em 0%; */
font-size: 1em;}

H3 {/* margin: 0em 0% 0em 0%; */
font-size: 1em;}

H4 {/* margin: 0em 0% 0em 0%; */
font-size: 1em;}

H5 {/* margin: 0em 0% 0em 0%; */
font-size: 1em;}

H6 {/* margin: 0em 0% 0em 0%; */
font-size: 1em;}

HR {margin: 0em 0% 0em 0%}

HTML {margin: 0;
background: white}

INPUT {cursor: auto}

KBD {font: 1em monospace}

P {/* margin: 0em 0% 0em 0%; */
line-height: 1.4}
OL {
line-height: 1.3}
PRE {/* margin: 0em 0% 0em 0%; */
font: 1em/1 monospace}

SAMP {font: 1em monospace}

SMALL {font-size: 1em}

SUB {font-size: 1em}

SUP {font-size: 1em}

TD {line-height: 1}

TEXTAREA {cursor: text}

TH {font: 1.3em bold;}

TT {font: 1em monospace}

       
