/*
	basic.css
	Revision: $LastChangedRevision$

	this file sets global CSS properties for bare HTML tags
*/

BODY { font-family: arial, helvetica, sans-serif; }

A { }

IMG,
A IMG { border: none; }

H1, H2, H3, H4, H5, H6 { }
H1 { font-size: 200%; }
H2 { font-size: 166.67%; }
H3 { font-size: 150%; }
H4 { font-size: 133.34%; }
H5 { font-size: 116.67%; }
H6 { font-size: 100%; }

h2 {-x-system-font:none; color:#009AF6; font-family:arial,sans-serif; font-size:1.8em; font-size-adjust:none; font-stretch:normal;
font-style:normal; font-variant:normal; font-weight:bold; line-height:normal; margin-bottom:2px; margin-top:10px; }

P { margin-top: 0; }

UL {list-style:disc;}

DL { }
DL DT {  }
DL DD { margin: 0 0 1em 0; }

BLOCKQUOTE { margin: 1em 0 1em 20px; }

PRE, CODE, TT { font-size: medium; }

/* for IE/win */
* HTML CODE,
* HTML PRE,
* HTML TT { font-size: small; }


/* FIXME: opera still needs help with TT, CODE, and PRE */

FORM { margin: 0; padding: 0; }
FIELDSET { }
LEGEND { }
INPUT, SELECT { vertical-align: middle; }

